This commit is contained in:
Mona Mayrhofer 2026-03-03 21:38:18 +01:00
parent 579869f2f0
commit 8664f9d210
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE
9 changed files with 302 additions and 9 deletions

View file

@ -1,4 +1,6 @@
[application]
name = "cursor-move-webapp"
default_platform = "web"
[web.app]
@ -19,3 +21,7 @@ script = []
# Javascript code file
# serve: [dev-server] only
script = []
[web.watcher]
reload_html = true
watch_path = ["src", "public"]