migrate to nuxt and groundwork

This commit is contained in:
DecDuck
2024-10-08 00:39:42 +11:00
parent c46c54b2a5
commit c9577444cd
83 changed files with 5566 additions and 388 deletions
+10 -8
View File
@@ -1,21 +1,23 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "drop-app",
"productName": "drop",
"version": "0.1.0",
"identifier": "dev.drop.drop",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "yarn build",
"frontendDist": "../dist"
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "yarn generate",
"frontendDist": "../.output/public"
},
"app": {
"windows": [
{
"title": "drop-app",
"width": 800,
"height": 600
"width": 1536,
"height": 864,
"minWidth": 820,
"minHeight": 600,
"decorations": false
}
],
"security": {
@@ -24,7 +26,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["msi", "deb"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",