mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-21 23:08:56 +00:00
new examples
This commit is contained in:
11
node/nuxtjs/static/nuxt.config.ts
Normal file
11
node/nuxtjs/static/nuxt.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
ssr: false,
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
testEnvVar: process.env.TEST_ENV_VAR || 'default-value',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user