test server NUXT_ env in nuxt config
All checks were successful
Deploy App / build (push) Successful in 1m6s
Deploy App / deploy (push) Successful in 18s

This commit is contained in:
valere
2026-02-10 20:59:18 +01:00
parent d89f2aa3e7
commit 0195c52d30
10 changed files with 21 additions and 17 deletions

View File

@@ -4,6 +4,10 @@ import tsconfigPaths from 'vite-tsconfig-paths'
const isProd = process.env.NODE_ENV === 'production'
export default defineNuxtConfig({
runtimeConfig: {
NUXT_PATH_FILES: 'mnt/media/files/music',
NUXT_URL_PREFIX: 'https://files.erudi.fr/music/'
},
nitro: {
experimental: {
tasks: true