9 lines
149 B
Bash
9 lines
149 B
Bash
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = ''
|
|
|
|
# Suppress Sass deprecation warnings
|
|
SASS_SILENCE_DEPRECATIONS = 'legacy-js-api'
|