init
This commit is contained in:
commit
31c9c600b0
59 changed files with 47825 additions and 0 deletions
24
MoonZoon.toml
Normal file
24
MoonZoon.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
port = 8080
|
||||
# port = 8443
|
||||
https = false
|
||||
cache_busting = true
|
||||
backend_log_level = "warn" # "error" / "warn" / "info" / "debug" / "trace"
|
||||
|
||||
[redirect]
|
||||
port = 8081
|
||||
enabled = false
|
||||
|
||||
[cors]
|
||||
origins = ["*"]
|
||||
|
||||
[watch]
|
||||
frontend = [
|
||||
"public",
|
||||
"frontend/Cargo.toml",
|
||||
"frontend/typescript/bundles",
|
||||
"frontend/src",
|
||||
]
|
||||
backend = [
|
||||
"backend/Cargo.toml",
|
||||
"backend/src",
|
||||
]
|
Reference in a new issue