deno and tauri work and start
todo: fix deno that it displays page in /static
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.tauri.dev",
|
||||
"build": {
|
||||
"frontendDist": "../frontend"
|
||||
"beforeDevCommand": "cd frontend && deno task dev",
|
||||
"devUrl": "http://localhost:3000"
|
||||
},
|
||||
"app": {
|
||||
|
||||
"windows": [
|
||||
{
|
||||
"title": "Inventory",
|
||||
@@ -14,6 +16,7 @@
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
"fullscreen": false
|
||||
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
Reference in New Issue
Block a user