Skip to content

Commit 167d6ab

Browse files
Update start script to use env file
1 parent 77b202d commit 167d6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"build": "tsc --noEmit && tsdown",
1717
"dev": "tsdown --watch --no-clean --onSuccess \"node --env-file=.env .\"",
18-
"start": "node .",
18+
"start": "node --env-file=.env .",
1919
"test": "vitest run",
2020
"test:watch": "vitest",
2121
"test:coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)