mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-29 19:13:59 +02:00
Doc: Switch to prod mode
This commit is contained in:
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…
x
Reference in New Issue
Block a user