Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit b097f62

Browse files
committed
remove node_modules from fittings load directory
1 parent 06da235 commit b097f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project-skeletons/connect/config/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# values in the swagger hash are system configuration for swagger-node
44
swagger:
55

6-
fittingsDirs: [ api/fittings, node_modules ]
6+
fittingsDirs: [ api/fittings ]
77
defaultPipe: null
88
swaggerControllerPipe: swagger_controllers # defines the standard processing pipe for controllers
99

project-skeletons/sails/config/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# values in the swagger hash are system configuration for swagger-node
44
swagger:
55

6-
fittingsDirs: [ api/fittings, node_modules ]
6+
fittingsDirs: [ api/fittings ]
77
defaultPipe: null
88
swaggerControllerPipe: swagger_controllers # defines the standard processing pipe for controllers
99

0 commit comments

Comments
 (0)