mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-05 16:22:06 +02:00
refactor: remove APIReference from nodemon watch and docker-compose volumes
This commit is contained in:
@@ -49,5 +49,4 @@ LICENSE
|
||||
marketing/*/*
|
||||
licenses/*
|
||||
certifications/*
|
||||
ApiReference/public/assets/*
|
||||
JavaScriptSDK/src/cli/server-monitor/out/scripts/prettify/*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"watch": ["./","./APIReference","../Common/Server", "../Common/Types", "../Common/Utils", "../Common/Models"],
|
||||
"watch": ["./","../Common/Server", "../Common/Types", "../Common/Utils", "../Common/Models"],
|
||||
"ext": "ts,tsx",
|
||||
"ignore": [
|
||||
"./node_modules/**",
|
||||
|
||||
@@ -235,7 +235,6 @@ services:
|
||||
docs:
|
||||
volumes:
|
||||
- ./Docs:/usr/src/app:cached
|
||||
- ./APIReference:/usr/src/app/APIReference:cached
|
||||
# Use node modules of the container and not host system.
|
||||
# https://stackoverflow.com/questions/29181032/add-a-volume-to-docker-but-exclude-a-sub-folder
|
||||
- /usr/src/app/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user