We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d58dde commit cfae876Copy full SHA for cfae876
.env
@@ -1,6 +1,6 @@
1
-# Adding 'DEV' variable will serve files without caching and reloads browser automatically when files change
2
-# !!! Remove for production deployment (or set 'DEV=false') !!!
3
-DEV=false
+# Adding 'DEV' variable will serve files without caching and reloads browser automatically when files change.
+# !!! Remove or set to 'false' for production deployment !!!
+DEV=true
4
5
# Database settings
6
DB_HOST=localhost
0 commit comments