Files
goauto/web/.env.development
T

9 lines
171 B
Bash

# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://127.0.0.1:8000'
# Suppress Sass deprecation warnings
SASS_SILENCE_DEPRECATIONS = 'legacy-js-api'