feat: refactored server to use ts and improved folder structure
This commit is contained in:
4
server/src/helpers/paths.ts
Normal file
4
server/src/helpers/paths.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import path from 'path'
|
||||
|
||||
export const ROOT_DIR = path.resolve('../')
|
||||
export const WEBUI_DIR = path.join(ROOT_DIR, 'webui', 'public')
|
||||
Reference in New Issue
Block a user