Skip to content

Commit d116b83

Browse files
authored
Merge pull request #8 from ericclemmons/main
fix: cua-server should load .env.development
2 parents 7a0f081 + 2c62b05 commit d116b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cua-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"scripts": {
33
"build": "tsc",
44
"start": "node dist/index.js",
5-
"dev": "ts-node-dev --respawn --transpile-only src/index.ts"
5+
"dev": "ts-node-dev --env-file=.env.development --respawn --transpile-only src/index.ts"
66
},
77
"dependencies": {
88
"socket.io": "^4.8.1",

0 commit comments

Comments
 (0)