Skip to content

Commit

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

0 comments on commit 2a768b9

Please sign in to comment.