Skip to content

run dev server process alone #18

@marcopeg

Description

@marcopeg

It should be possible to load the dev server process alone so I can use nodemon

nodemon ./node_modules/gulp-workspace/server

And so giving one single param to define wether to load dev or prod configuration:

# normal it starts in development mode
nodemon ./node_modules/gulp-workspace/server

# but should be possible to start it in production mode
nodemon ./node_modules/gulp-workspace/server -p 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions