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.

14 lines
278 B

  1. # Env file example
  2. ## Vitejs
  3. ```bash
  4. VITE_DEV_SERVER_PROTOCOL=http
  5. VITE_DEV_SERVER_HOST=localhost
  6. VITE_DEV_SERVER_PORT=3000
  7. VITE_PATH_SRC=assets/src
  8. VITE_DIR_ENTRYPOINTS=entrypoints
  9. VITE_PATH_BUILD=assets/build
  10. VITE_ENTRYPOINTS_FILE=entrypoints.json
  11. VITE_DEV_ENABLED=true
  12. ```