draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = global.location || {
|
||||
origin: 'http://localhost:80'
|
||||
, protocol: 'http:'
|
||||
, host: 'localhost'
|
||||
, port: 80
|
||||
, href: 'http://localhost/'
|
||||
, hash: ''
|
||||
};
|
||||
Reference in New Issue
Block a user