lmao
This commit is contained in:
parent
03445188ea
commit
524580eb25
102 changed files with 36625 additions and 1295 deletions
|
|
@ -85,6 +85,12 @@ module.exports = (env, argv) => {
|
|||
},
|
||||
hot: true,
|
||||
liveReload: true,
|
||||
static: {
|
||||
directory: path.resolve(__dirname, 'public'),
|
||||
watch: {
|
||||
ignored: ['**/assets/**'],
|
||||
},
|
||||
},
|
||||
proxy: [
|
||||
{
|
||||
context: ['/api'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue