mirror of
https://github.com/documize/community.git
synced 2025-08-01 19:45:24 +02:00
experimental electron-based desktop app support
This commit is contained in:
parent
3b3785ba24
commit
43b1a39a5a
29 changed files with 273 additions and 62 deletions
|
@ -16,10 +16,9 @@ module.exports = function (environment) {
|
|||
var ENV = {
|
||||
modulePrefix: 'documize',
|
||||
podModulePrefix: 'documize/pods',
|
||||
locationType: 'auto',
|
||||
locationType: process.env.EMBER_CLI_ELECTRON ? 'hash' : 'auto',
|
||||
environment: environment,
|
||||
rootURL: '/',
|
||||
// baseURL: '/',
|
||||
rootURL: process.env.EMBER_CLI_ELECTRON ? null : '/',
|
||||
apiHost: '',
|
||||
apiNamespace: '',
|
||||
contentSecurityPolicyHeader: 'Content-Security-Policy-Report-Only',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue