Skip to content

Commit

Permalink
fix: move StackBlitz config to .stackblitzrc
Browse files Browse the repository at this point in the history
  • Loading branch information
GaborTorma committed Oct 1, 2024
1 parent 1a2cdc7 commit ad41766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "ni --force && nr dev:nuxt"
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"publishConfig": {
"access": "public"
},
"stackblitz": {
"startCommand": "ni --force && nr dev:nuxt"
},
"keywords": [
"nuxt",
"nitro",
Expand Down

0 comments on commit ad41766

Please sign in to comment.