b
This commit is contained in:
3
src/util/path.ts
Normal file
3
src/util/path.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { platform } from "node:process";
|
||||
|
||||
export const RootPath = Deno.mainModule.substring(platform == 'win32' ? 8 : 7, Deno.mainModule.length - 11);
|
||||
Reference in New Issue
Block a user