chore(dx/desktop): configure dev & start-prod

This commit is contained in:
Elian Doran
2025-09-01 21:16:10 +03:00
parent 24859e33c1
commit edf53c8a0f
2 changed files with 5 additions and 5 deletions

View File

@@ -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, "..");