feat: switch Dioxus to fullstack, add a form for creating a project

This commit is contained in:
Matouš Volf
2024-08-17 00:30:17 +02:00
parent 6b13e56840
commit 97c9779170
13 changed files with 944 additions and 50 deletions

View File

@ -14,7 +14,7 @@ stdout_logfile_maxbytes=0
redirect_stderr=true
[program:dx]
command=dx serve --port 8000
command=dx serve
directory=/srv/app
autostart=true
autorestart=true