try to work with capacitor

This commit is contained in:
Philipp Neumann
2025-10-06 16:54:48 +02:00
parent 9b1dc054d0
commit 33d360b49b
59 changed files with 1270 additions and 44 deletions

View File

@@ -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"
}