mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
moved Box2D to Vendor
This commit is contained in:
parent
a6058ce3d3
commit
2c9658012f
9 changed files with 10880 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ var requirements = [
|
|||
requirejs(requirements, function(HttpServer, Socket, Coordinator) {
|
||||
|
||||
var options = {
|
||||
port: 1234,
|
||||
port: process.env.npm_package_config_port,
|
||||
rootDirectory: './',
|
||||
caching: false
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue