mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Consolidate .env files. More work on dev containers.
This commit is contained in:
parent
2a959f354c
commit
3773d659cc
17 changed files with 137 additions and 106 deletions
|
@ -1,4 +1,4 @@
|
|||
require("dotenv").config();
|
||||
require("dotenv").config({ path: path.resolve(process.cwd(), "../.env") });
|
||||
|
||||
const path = require("path");
|
||||
const VueLoaderPlugin = require("vue-loader/lib/plugin");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue