From c5f496f655646816f01ad81c39d431d2e905c4f5 Mon Sep 17 00:00:00 2001 From: muhammad-zulqarnain-awan Date: Sun, 21 Jan 2024 22:08:24 +0500 Subject: [PATCH] Fix 'Additinal develop property not allowed' issue --- compose.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/compose.yaml b/compose.yaml index da717fae..32631a12 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,13 +19,6 @@ services: ports: - 3000:3000 - 35729:35729 - develop: - watch: - - path: ./app/package.json - action: rebuild - - path: ./app - target: /usr/src/app - action: sync todo-database: image: mongo:6 @@ -35,4 +28,4 @@ services: - 27017:27017 #volumes: - #database: \ No newline at end of file + #database: