20 lines
286 B
TOML
20 lines
286 B
TOML
|
[application]
|
||
|
name = "mabel"
|
||
|
default_platform = "fullstack"
|
||
|
out_dir = "dist"
|
||
|
asset_dir = "assets"
|
||
|
|
||
|
[web.app]
|
||
|
title = "Cenere"
|
||
|
|
||
|
[web.watcher]
|
||
|
reload_html = true
|
||
|
watch_path = ["src", "assets"]
|
||
|
|
||
|
[web.resource]
|
||
|
style = ["/assets/style/main.css"]
|
||
|
script = []
|
||
|
|
||
|
[web.resource.dev]
|
||
|
script = []
|