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 cf20d60 commit 58dabd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stackblitzrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installDependencies": false,
"installDependencies": true,
"startCommand": "cd ./playground && npm i && cd .. && npm i && npm run dev:prepare && npm run dev",
"compileTrigger": "save"
}

0 comments on commit 58dabd5

Please sign in to comment.