Add loglevel param
This commit is contained in:
1
client/.gitignore
vendored
1
client/.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
.amplify-hosting
|
||||
dist
|
||||
|
||||
# Node dependencies
|
||||
|
||||
@@ -4,9 +4,7 @@ import opnformConfig from "./opnform.config";
|
||||
import sitemap from "./sitemap";
|
||||
|
||||
export default defineNuxtConfig({
|
||||
site: {
|
||||
url: opnformConfig.app_url
|
||||
},
|
||||
loglevel: process.env.NUXT_LOG_LEVEL || 'info',
|
||||
devtools: {enabled: true},
|
||||
css: ['~/scss/app.scss'],
|
||||
modules: [
|
||||
|
||||
Reference in New Issue
Block a user