fix: testing nuxt config
This commit is contained in:
No files matched your search
@@ -1,5 +1,12 @@
|
||||
|
||||
import { config as dotenvConfig } from 'dotenv'
|
||||
import process from 'node:process'
|
||||
|
||||
dotenvConfig()
|
||||
|
||||
console.log(process.env.API_ORIGIN)
|
||||
console.log(process.env.NUXT_PUBLIC_SIMRS_USER_API_URL)
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true },
|
||||
|
||||
Reference in New Issue
Block a user