feat: dox

This commit is contained in:
cha0s 2022-08-11 07:02:19 -05:00
parent 7db6f37e2e
commit 9d16aa2cd1
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -118,6 +118,7 @@ dist
# local
/dev
/dist
/dox
/packages/*/yarn.lock
/profile.*.json
/yarn.lock

View File

@ -46,6 +46,7 @@
'@flecks/db/server':
port: 32362
'@flecks/docker': {}
'@flecks/dox': {}
'@flecks/electron/server':
browserWindowOptions:
backgroundColor: '#212121'

View File

@ -40,6 +40,7 @@
"@flecks/core": "^1.4.1",
"@flecks/create-app": "^1.4.1",
"@flecks/db": "^1.4.1",
"@flecks/dox": "^1.4.1",
"@flecks/electron": "^1.4.1",
"@flecks/governor": "^1.4.1",
"@flecks/react": "^1.4.1",