mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
setting up bootstrapping
This commit is contained in:
parent
a2460ed385
commit
a2a83f422a
3 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
"Server/HttpServer",
|
||||
"Server/Socket",
|
||||
"Server/Coordinator"
|
||||
"Bootstrap/HttpServer",
|
||||
"Bootstrap/Socket",
|
||||
"Lobby/Coordinator"
|
||||
],
|
||||
|
||||
function(HttpServer, Socket, Coordinator) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
requirejs.config({
|
||||
baseUrl: 'lib'
|
||||
baseUrl: 'app'
|
||||
});
|
||||
|
||||
var inspector = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue