mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 05:43:33 +09:00
first
This commit is contained in:
5
server/utils.ts
Normal file
5
server/utils.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import path from 'node:path'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
export const resolve = (p: string) =>
|
||||
path.resolve(path.dirname(fileURLToPath(import.meta.url)), p)
|
||||
Reference in New Issue
Block a user