We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc198a8 commit e5d74efCopy full SHA for e5d74ef
1 file changed
src/Config/env.default
@@ -2,9 +2,9 @@
2
# Codeigniter vite
3
#--------------------------------------------------------------------
4
5
-VITE_ORIGIN = 'http://localhost:3479'
6
-VITE_PORT = 3479
7
-VITE_BUILD_DIR = 'build'
8
-VITE_ENTRY_FILE = 'main.js'
9
-VITE_RESOURCES_DIR = 'resources'
+VITE_ORIGIN='http://localhost:3479'
+VITE_PORT=3479
+VITE_BUILD_DIR= build'
+VITE_ENTRY_FILE='main.js'
+VITE_RESOURCES_DIR='resources'
10
VITE_FRAMEWORK='none'
0 commit comments