mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 08:16:40 +01:00
chore(dx/desktop): configure dev & start-prod
This commit is contained in:
@@ -7,8 +7,8 @@ import { join } from "path";
|
||||
export default class BuildHelper {
|
||||
|
||||
private rootDir: string;
|
||||
private projectDir: string;
|
||||
private outDir: string;
|
||||
projectDir: string;
|
||||
outDir: string;
|
||||
|
||||
constructor(projectPath: string) {
|
||||
this.rootDir = join(__dirname, "..");
|
||||
|
||||
Reference in New Issue
Block a user