User can signup / signin (WIP)

This commit is contained in:
ChatonDeAru
2024-09-14 01:40:55 +02:00
committed by ChatonDeAru (Romain)
parent c35de52aec
commit 37b2238b84
16 changed files with 663 additions and 365 deletions

View File

@@ -1,16 +1,16 @@
[build.environment]
NODE_VERSION = "21"
NODE_VERSION = "21"
[build]
publish = "dist"
command = "pnpm run build"
publish = ".output"
command = "pnpm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"