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.
This commit is contained in:
2025-09-24 19:52:25 -04:00
parent 8f61185434
commit 6acbe95024
9 changed files with 334 additions and 0 deletions

21
blog_test/Dioxus.toml Normal file
View File

@ -0,0 +1,21 @@
[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 = []