You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dimti
2c2c419332
|
2 years ago | |
---|---|---|
classes | 2 years ago | |
config | 2 years ago | |
lang | 3 years ago | |
updates | 3 years ago | |
.gitignore | 3 years ago | |
Plugin.php | 2 years ago | |
README.md | 2 years ago | |
composer.json | 3 years ago |
README.md
Env file example
Vitejs
VITE_DEV_SERVER_PROTOCOL=http
VITE_DEV_SERVER_HOST=localhost
VITE_DEV_SERVER_PORT=3000
VITE_PATH_SRC=assets/src
VITE_DIR_ENTRYPOINTS=entrypoints
VITE_PATH_BUILD=assets/build
VITE_ENTRYPOINTS_FILE=entrypoints.json
VITE_DEV_ENABLED=true