Pack server with webpack

This commit is contained in:
kermit
2021-07-02 18:57:06 +01:00
committed by ta264
parent 52aa1c2da5
commit 698ef1f9df
64 changed files with 7771 additions and 7109 deletions

View File

@@ -1,4 +1,4 @@
import path from 'path'
export const ROOT_DIR = path.resolve(path.join(__dirname, '..', '..', '..'))
export const ROOT_DIR = path.resolve(path.join(__dirname, '..', '..'))
export const WEBUI_DIR = path.join(ROOT_DIR, 'webui', 'public')