Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into astro
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Oct 3, 2023
2 parents 96170aa + 1b5e91a commit 71d5b30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ tsconfig.tsbuildinfo

# Mac shit
.DS_Store

# No longer used but just in case
cert/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"nameweb": "moq-js",
"name": "moq-js",
"private": true,
"workspaces": [
"lib",
"web"
],
"private": true,
"scripts": {
"dev": "pnpm --filter web dev",
"build": "pnpm -r build",
Expand Down

0 comments on commit 71d5b30

Please sign in to comment.