+ add env file

This commit is contained in:
RadekSabacky
2024-12-12 19:41:11 +01:00
parent 3626e9b815
commit f72ff65599
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
NEXT_PUBLIC_SITE_URL=http://localhost:3000
+4
View File
@@ -4,3 +4,7 @@ out
# the lock file will break Vercel because it may get committed from a machine with a different build architecture
package-lock.json
# local env files
.env*.local
.env