mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import { fileURLToPath } from "node:url"
|
|
|
|
export const projectDir = fileURLToPath(new URL("..", import.meta.url))
|