mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-26 13:49:01 -05:00
enable useful dev server features
This commit is contained in:
parent
5e746b0175
commit
839f7d9ebc
1 changed files with 2 additions and 0 deletions
|
@ -65,9 +65,11 @@ License ${pkg.license}${!minimize ? '\n\n' + license : ''}`;
|
|||
path.resolve(__dirname, './node_modules/matter-tools/build'),
|
||||
path.resolve(__dirname, './node_modules/pathseg')
|
||||
],
|
||||
watchContentBase: true,
|
||||
open: true,
|
||||
openPage: '',
|
||||
compress: true,
|
||||
overlay: true,
|
||||
port: 8000,
|
||||
proxy: {
|
||||
'/build': {
|
||||
|
|
Loading…
Reference in a new issue