mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Resolved small merge issue
This commit is contained in:
parent
3db216a341
commit
e6787c0fd2
1 changed files with 2 additions and 3 deletions
|
@ -48,10 +48,9 @@ exports.config =
|
|||
usePolling: true
|
||||
|
||||
server:
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
# NOTE: This is a temporary workaround for https://github.com/nodejs/node-v0.x-archive/issues/2318
|
||||
>>>>>>> 4458a577715fd672254203208d099cd539afc9fb
|
||||
|
||||
command: "#{if process.platform is 'win32' then 'node_modules\\.bin\\nodemon.cmd' else 'nodemon'} ."
|
||||
|
||||
files:
|
||||
|
|
Loading…
Reference in a new issue