Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OGC
node-3DPSx
Commits
972dcd68
Commit
972dcd68
authored
4 years ago
by
athanasios
Browse files
Options
Download
Email Patches
Plain Diff
watch config.js
parent
638a6fd4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+253
-253
package-lock.json
package.json
+8
-2
package.json
with
261 additions
and
255 deletions
+261
-255
package-lock.json
+
253
-
253
View file @
972dcd68
This diff is collapsed.
Click to expand it.
package.json
+
8
-
2
View file @
972dcd68
...
@@ -29,6 +29,12 @@
...
@@ -29,6 +29,12 @@
"
nodemon
"
:
"
^2.0.3
"
"
nodemon
"
:
"
^2.0.3
"
},
},
"nodemonConfig"
:
{
"nodemonConfig"
:
{
"watch"
:
[
"app.js"
,
"src/"
,
"routes/"
,
"assets/"
]
"watch"
:
[
"app.js"
,
"config.js"
,
"src/"
,
"routes/"
,
"assets/"
]
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets