Skip to content

Commit

Permalink
chore: update stackblitz config
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Dec 30, 2023
1 parent 2a768b9 commit 2415089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .stackblitzrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"installDependencies": true,
"startCommand": "cd ./playground && npm i && cd ../ && npm run dev:build && node .output/server/index.mjs",
"startCommand": "cd ./playground && npm i && npm run dev",
"compileTrigger": "save",
"env": {
"NODE_ENV": "production"
"NODE_ENV": "development"
}
}

0 comments on commit 2415089

Please sign in to comment.