new project init
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user