Files
tavernworks/blog_test/Dioxus.toml
Myrddin Dundragon 6acbe95024 This is a test project for Bard.
This was done because setting up a test even as an example was hard with
the dependencies and other things. It may be doable, but the time
required was not worth it.
2025-09-24 19:52:25 -04:00

22 lines
289 B
TOML

[application]
[web.app]
# HTML title tag content
title = "blog_test"
# include `assets` in web platform
[web.resource]
# Additional CSS style files
style = []
# Additional JavaScript files
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []