mirror of https://github.com/laurent22/joplin.git
Doc: Switch to prod mode
parent
edf07488f4
commit
ef35b30645
|
@ -9,7 +9,7 @@ const dirname = require('path').dirname;
|
|||
const glob = require('glob');
|
||||
const path = require('path');
|
||||
|
||||
const env = Env.Dev;
|
||||
const env = Env.Prod;
|
||||
const buildTime = Date.now();
|
||||
|
||||
const websiteAssetDir = `${rootDir}/Assets/WebsiteAssets`;
|
||||
|
|
Loading…
Reference in New Issue