Skip to content

Commit f4a3bb7

Browse files
committed
setup for apidoc working
1 parent d23d09f commit f4a3bb7

File tree

5 files changed

+1949
-626
lines changed

5 files changed

+1949
-626
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_apidoc.js

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131

132+
# ingore genrated APIdocs
133+
apidoc

apidoc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "ERP-backend",
3+
"version": "0.1.0",
4+
"description": "TCET ERP System is a project that aims to simplify and automate daily operation in TCET."
5+
}

0 commit comments

Comments
 (0)