Skip to content

Commit 00a1e4c

Browse files
committed
fix compodoc serve local files
1 parent 4337c16 commit 00a1e4c

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

docs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!*.md
3+
!.gitignore

package.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
{
2-
"name": "app",
2+
"name": "sesame-orchestrator",
33
"version": "0.0.1",
4-
"description": "",
5-
"author": "",
4+
"description": "Synchronisation d'Identités Multi-sources",
65
"private": true,
7-
"license": "UNLICENSED",
6+
"contributors": [
7+
{
8+
"name": "Libertech",
9+
"email": "contact@libertech.fr",
10+
"url": "https://libertech.fr"
11+
},
12+
{
13+
"name": "AlainAbbas",
14+
"email": "alain.abbas@users.noreply.github.com"
15+
},
16+
{
17+
"name": "RICHARD-Quentin",
18+
"email": "richard.quentin88@gmail.com",
19+
"url": "https://github.com/RICHARD-Quentin"
20+
},
21+
{
22+
"name": " tacxou",
23+
"email": "12997062+tacxou@users.noreply.github.com",
24+
"url": "https://github.com/tacxou"
25+
}
26+
],
27+
"license": "Open Source",
828
"scripts": {
929
"build": "nest build",
1030
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
@@ -21,7 +41,7 @@
2141
"test:e2e": "jest --config ./test/jest-e2e.json",
2242
"schematics:inherit": "nest generate -c @kradihsoy/lt-schematics inherit",
2343
"generate:doc": "npx @compodoc/compodoc -p tsconfig.json -d docs --includes ./docs --includesName 'Documentation complémentaire' -n 'Sesame Orchestrator'",
24-
"generate:docServer": "npx @compodoc/compodoc -s -p tsconfig.json -d docs --includes ./docs --includesName 'Documentation complémentaire' -n 'Sesame Orchestrator' -s"
44+
"generate:docServer": "npx @compodoc/compodoc -s -p tsconfig.json -d docs --includes ./docs --includesName \"Documentation complémentaire\" -n \"Sesame Orchestrator\" -s"
2545
},
2646
"dependencies": {
2747
"@kradihsoy/lt-schematics": "^1.0.13",
@@ -113,4 +133,4 @@
113133
"downloadUrl": "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-5.0.22.tgz"
114134
}
115135
}
116-
}
136+
}

0 commit comments

Comments
 (0)