Fixed tsc build errors

This commit is contained in:
RemixDev
2021-05-23 22:42:02 +02:00
parent 05a892565b
commit f33cbcb7d0
55 changed files with 1305 additions and 37 deletions

View File

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