mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
try to work with capacitor
This commit is contained in:
@@ -5,11 +5,17 @@
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"build:cap": "astro build && npx cap copy",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"sync:android": "npm run build && npx cap sync android"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.4.2",
|
||||
"@capacitor/android": "^7.4.3",
|
||||
"@capacitor/cli": "^7.4.3",
|
||||
"@capacitor/core": "^7.4.3",
|
||||
"@capacitor/ios": "^7.4.3",
|
||||
"@nestri/input": "*",
|
||||
"astro": "5.13.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user