Minimal Leptos setup
This commit is contained in:
parent
1e77a7d831
commit
e03a16d13e
29 changed files with 1345 additions and 684 deletions
|
@ -4,7 +4,11 @@
|
|||
"version": "0.1.0",
|
||||
"identifier": "de.mathebau.bkbh",
|
||||
"build": {
|
||||
"frontendDist": "www"
|
||||
"beforeDevCommand": "cd bkbh && trunk serve",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "cd bkbh && trunk build",
|
||||
"frontendDist": "www",
|
||||
"features": ["tauri"]
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue