19 lines
361 B
TOML
19 lines
361 B
TOML
[application]
|
|
name = "yggdrasil"
|
|
default_platform = "web"
|
|
out_dir = "dist"
|
|
|
|
[web.app]
|
|
title = "Yggdrasil - Dioxus SSR"
|
|
|
|
[web.watcher]
|
|
watch_path = ["src", "Cargo.toml"]
|
|
|
|
[web.resource]
|
|
style = ["/style.css", "/highlight.css", "/tiptap/editor.css"]
|
|
script = ["/tiptap/editor.js"]
|
|
|
|
[web.resource.dev]
|
|
style = ["/tiptap/editor.css"]
|
|
script = ["/tiptap/editor.js"]
|