Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Commits
a928eb23
Commit
a928eb23
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Shared => Update
parent
99d94840
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#30941
failed
1 year ago
Stage: code_quality
Stage: test
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
NodeApp/package.json
+1
-1
1 addition, 1 deletion
NodeApp/package.json
NodeApp/src/init.ts
+2
-1
2 additions, 1 deletion
NodeApp/src/init.ts
NodeApp/src/shared
+1
-1
1 addition, 1 deletion
NodeApp/src/shared
NodeApp/src/sharedByClients
+1
-1
1 addition, 1 deletion
NodeApp/src/sharedByClients
with
5 additions
and
4 deletions
NodeApp/package.json
+
1
−
1
View file @
a928eb23
...
...
@@ -30,7 +30,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.
j
s"
,
"start:dev"
:
"npm run genversion; npm run lint; tsc --noEmit && npx tsx
src
/app.
t
s"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
NodeApp/src/init.ts
+
2
−
1
View file @
a928eb23
...
...
@@ -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
'
),
...
...
This diff is collapsed.
Click to expand it.
shared
@
771f8cd0
Compare
021300d2
...
771f8cd0
Subproject commit
021300d29473dee2ad229384d22a521c0e5c14aa
Subproject commit
771f8cd079b39ec4050c5ece024dc4d70f342529
This diff is collapsed.
Click to expand it.
sharedByClients
@
de38dfe0
Compare
bcbf1f6d
...
de38dfe0
Subproject commit
bcbf1f6d8c8c9b8848e96106efc80f3adaa8c89f
Subproject commit
de38dfe025658959d3947c4aeb4466c7820d2983
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment