We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt
1 parent b2b8b57 commit 9378992Copy full SHA for 9378992
web-frontend/docker/docker-entrypoint.sh
@@ -87,7 +87,7 @@ case "$1" in
87
nuxt)
88
startup_plugin_setup
89
setup_additional_modules
90
- exec ./node_modules/.bin/nuxt start --hostname "${BASEROW_WEBFRONTEND_BIND_ADDRESS:-0.0.0.0}" --port "$BASEROW_WEBFRONTEND_PORT" --config-file ./config/nuxt.config.prod.js "${@:2}"
+ exec ./node_modules/.bin/nuxt start --hostname "${BASEROW_WEBFRONTEND_BIND_ADDRESS:-0.0.0.0}" --port "$BASEROW_WEBFRONTEND_PORT" "${@:2}"
91
;;
92
nuxt-local)
93
web-frontend/nuxt.config.js
@@ -1,3 +1,3 @@
1
-import config from './config/nuxt.config.dev.js'
+import config from './config/nuxt.config.prod.js'
2
3
export default config
0 commit comments