Commit 24f46948 authored by wildfirecode's avatar wildfirecode

1

parent 1aab645f
......@@ -19,6 +19,13 @@ var serverStart = proj => {
const devServerOptions = {
host: '0.0.0.0',
watchContentBase: true,
watchOptions:{
ignored:[
'src/**/*.js',
'**/*.md',
'bin-release',
]
},
contentBase: `./${proj}`,
proxy: {
'/ngapi/*': 'http://localhost:3000',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment