mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
put backe accidently removed code
This commit is contained in:
parent
48545a1843
commit
96d0aa0567
@ -16,6 +16,10 @@ import { validate, browserUrls } from 'config-schema'
|
||||
import { BootstrapVueNextResolver } from 'bootstrap-vue-next'
|
||||
import { createRequire } from 'node:module'
|
||||
|
||||
import dotenv from 'dotenv'
|
||||
|
||||
dotenv.config() // load env vars from .env
|
||||
|
||||
const require = createRequire(import.meta.url)
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user