forked from noxious/server
Added ESLint
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import config from './config'
|
||||
import path from 'path'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
|
||||
import config from './config'
|
||||
|
||||
export function getRootPath(folder: string, ...additionalSegments: string[]) {
|
||||
return path.join(process.cwd(), folder, ...additionalSegments)
|
||||
|
Reference in New Issue
Block a user