mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
commit
9859c3d91a
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ var webpack = require('webpack');
|
|||
var base = {
|
||||
devServer: {
|
||||
contentBase: path.resolve(__dirname, 'playground'),
|
||||
host: '0.0.0.0'
|
||||
host: '0.0.0.0',
|
||||
port: process.env.PORT || 8073
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue