Skip to content
Snippets Groups Projects
Commit 4d60184c authored by michael.minelli's avatar michael.minelli
Browse files

temp

parent f1c0e532
No related branches found
No related tags found
No related merge requests found
Pipeline #35522 passed
File moved
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"assets" : [ "assets" : [
"node_modules/axios/dist/node/axios.cjs", "node_modules/axios/dist/node/axios.cjs",
".env", ".env",
"config.env",
"assets/**/*" "assets/**/*"
], ],
"targets": [ "targets": [
......
...@@ -9,4 +9,4 @@ dotenvExpand.expand(dotenv.config({ ...@@ -9,4 +9,4 @@ dotenvExpand.expand(dotenv.config({
DOTENV_KEY: 'dotenv://:key_bebfddf18e3dd9a0bafafe0e383313f75add1da6fbe41ea5fde51f37ef1776aa@dotenv.local/vault/.env.vault?environment=development' DOTENV_KEY: 'dotenv://:key_bebfddf18e3dd9a0bafafe0e383313f75add1da6fbe41ea5fde51f37ef1776aa@dotenv.local/vault/.env.vault?environment=development'
})); }));
dotenvExpand.expand(dotenv.config({ path: path.join(__dirname, '../config') })); dotenvExpand.expand(dotenv.config({ path: path.join(__dirname, '../config.env') }));
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment