production ready

This commit is contained in:
2026-06-04 18:47:17 +02:00
parent 8524179793
commit aecd49a1bc
10 changed files with 499 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
# Public Convex deployment URL used by the browser and SvelteKit server.
PUBLIC_CONVEX_URL=https://your-production-deployment.convex.cloud
# Public Convex site URL used by Convex Auth.
PUBLIC_CONVEX_SITE_URL=https://your-production-deployment.convex.site
# Optional Node adapter runtime settings.
HOST=0.0.0.0
PORT=3000