diff --git a/.stackblitzrc b/.stackblitzrc new file mode 100644 index 0000000..843d33d --- /dev/null +++ b/.stackblitzrc @@ -0,0 +1,4 @@ +{ + "installDependencies": false, + "startCommand": "ni --force && nr dev:nuxt" +} \ No newline at end of file diff --git a/package.json b/package.json index acddce3..c08ccb0 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,6 @@ "publishConfig": { "access": "public" }, - "stackblitz": { - "startCommand": "ni --force && nr dev:nuxt" - }, "keywords": [ "nuxt", "nitro",