newsnow/shared/dir.ts

4 lines
114 B
TypeScript
Raw Normal View History

2024-10-03 23:11:10 +08:00
import { fileURLToPath } from "node:url"
export const projectDir = fileURLToPath(new URL("..", import.meta.url))