4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import { dirname, fromFileUrl } from "jsr:@std/path";
|
|
|
|
export const projectRootDir = dirname(fromFileUrl(import.meta.url));
|