1
0
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:
Laurent Cozic 2021-07-31 14:45:39 +01:00
parent edf07488f4
commit ef35b30645

View File

@ -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`;