Prepare for CI
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
ssr: false
|
||||
ssr: false,
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
websocketEndpoint: 'ws://127.0.0.1:8765', // can be overridden by NUXT_PUBLIC_API_BASE environment variable
|
||||
discordLoginEndpoint: ''
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user