mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-30 10:36:35 +02:00
Doc: Fixed env
This commit is contained in:
parent
23b56f4f70
commit
09dcee876c
@ -14,7 +14,7 @@ const glob = require('glob');
|
||||
const path = require('path');
|
||||
const md5File = require('md5-file/promise');
|
||||
|
||||
const env = Env.Dev;
|
||||
const env = Env.Prod;
|
||||
|
||||
const docDir = `${dirname(dirname(dirname(dirname(__dirname))))}/joplin-website/docs`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user