Skip to content

Commit b2f2c39

Browse files
committed
fix
1 parent 11401ad commit b2f2c39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev": "tsx watch src/index.ts",
99
"build": "rm -rf dist && tsc",
10-
"start": "node ./dist/index.js",
10+
"start": "node dist/index.js",
1111
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
1212
"typecheck": "tsc --noEmit"
1313
},

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev": "tsx watch src/index.ts",
99
"build": "rm -rf dist && tsc",
10-
"start": "node ./dist/index.js",
10+
"start": "node dist/index.js",
1111
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
1212
"typecheck": "tsc --noEmit"
1313
},

0 commit comments

Comments
 (0)