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.

278 B

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