Skip to content

Commit a75a402

Browse files
committed
chore: try using blank template in stackblitz directly
1 parent aae24bc commit a75a402

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/template-blank/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"main": "src/app.ts",
44
"version": "3.0.0-beta.5",
55
"dependencies": {
6-
"@nativescript/core": "~8.4.0",
7-
"nativescript-vue": "3.0.0-beta.5"
6+
"@nativescript/core": "~8.5.0",
7+
"nativescript-vue": "3.0.0-beta.6"
88
},
99
"devDependencies": {
1010
"@nativescript/tailwind": "^2.0.1",
@@ -14,5 +14,10 @@
1414
"tailwindcss": "^3.1.8",
1515
"typescript": "~4.8.4",
1616
"vue": "^3.2.45"
17+
},
18+
"stackblitz": {
19+
"installDependencies": true,
20+
"compileTrigger": "save",
21+
"startCommand": "./node_modules/.bin/preview-cli"
1722
}
1823
}

0 commit comments

Comments
 (0)