mirror of
https://github.com/mudita/mudita-center.git
synced 2025-12-23 22:28:03 -05:00
Co-authored-by: Daniel Karski <daniel.karski5q@gmail.com> Co-authored-by: Oskar Michalkiewicz <32848134+OskarMichalkiewicz@users.noreply.github.com> Co-authored-by: Łukasz Kowalczyk <freelancer.lukasz.kowalczyk@gmail.com> Co-authored-by: Michał Kurczewski <michalkurczewski94@gmail.com> Co-authored-by: mkurczewski <michal@kurczewski.dev>
8 lines
249 B
JavaScript
8 lines
249 B
JavaScript
const path = require("path")
|
|
|
|
require("dotenv").config({ path: path.join(__dirname, "../.env") })
|
|
|
|
global.__static = path.join(__dirname, "../apps/mudita-center/static").replace(/\\/g, "\\\\")
|
|
|
|
process.env.FEATURE_TOGGLE_ENVIRONMENT = "development"
|