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

Shared => Update

parent 04f51d5d
No related branches found
No related tags found
No related merge requests found
Pipeline #30937 failed
......@@ -26,7 +26,7 @@
"lint" : "npx eslint .",
"genversion" : "npx genversion -s -e src/config/Version.ts",
"build" : "npm run genversion; npx tsc",
"start:dev" : "npm run genversion; npm run lint; tsc --noEmit && npx tsx dist/app.js",
"start:dev" : "npm run genversion; npm run lint; tsc --noEmit && npx tsx src/app.ts",
"test" : "echo \"Error: no test specified\" && exit 1"
},
"dependencies" : {
......
......@@ -2,7 +2,8 @@ import path from 'node:path';
import dotenv from 'dotenv';
import dotenvExpand from 'dotenv-expand';
import { fileURLToPath } from 'url';
import './shared/helpers/TypeScriptExtensions.js'; // ATTENTION : This line MUST be the second of this file
import './shared/helpers/TypeScriptExtensions.js';
dotenvExpand.expand(dotenv.config({
path : path.join(path.dirname(fileURLToPath(import.meta.url)), '../.env'),
......
Subproject commit 021300d29473dee2ad229384d22a521c0e5c14aa
Subproject commit 771f8cd079b39ec4050c5ece024dc4d70f342529
Subproject commit bcbf1f6d8c8c9b8848e96106efc80f3adaa8c89f
Subproject commit de38dfe025658959d3947c4aeb4466c7820d2983
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment