Initial commit: NutriApp - Rust + Axum + Dioxus - CI/CD con Gitea Runner

This commit is contained in:
2026-06-24 08:35:09 +01:00
commit bede2018a6
35 changed files with 829 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[application]
name = "NutriApp"
default_platform = "web"
[web.app]
title = "NutriApp"
[web.watcher]
reload_html = true
watch_path = ["src", "public"]
[web.resource]
style = []
script = []