new project init

This commit is contained in:
2025-01-11 15:43:52 +01:00
parent 56cc15fef5
commit b08e389b7b
46 changed files with 1876 additions and 1536 deletions

View File

@@ -1,22 +1,20 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
"productName": "AE2",
"$schema": "https://schema.tauri.app/config/2",
"productName": "inventory",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.inventory.app",
"build": {
"beforeDevCommand": "cd frontend && deno task dev",
"devUrl": "http://localhost:3000"
},
"beforeDevCommand": "deno task dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "deno task build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Inventory",
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false
"title": "inventory",
"width": 1600,
"height": 1200
}
],
"security": {