Skip to content

Commit e1fcd3b

Browse files
committed
fix deploy
1 parent f1e93ba commit e1fcd3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"yjs": "^13.6.4"
2727
},
2828
"source": "src/index.ts",
29-
"types": "types/index.d.ts",
30-
"main": "dist/index.js",
29+
"types": "types/src/index.d.ts",
30+
"main": "dist/src/index.js",
3131
"type": "module",
3232
"scripts": {
33-
"start": "node dist/server/src/index.js",
33+
"start": "node dist/src/index.js",
3434
"start:supabase": "./supabase.sh start",
3535
"stop:supabase": "./supabase.sh stop",
3636
"clean": "rimraf dist && rimraf types",

0 commit comments

Comments
 (0)