UNPKG

@terbiumos/tfs

Version:

The drop in Filer replacement you have been waiting for. Completely Typed and Built with TypeScript

11 lines (7 loc) 269 B
"use strict"; import { resolve } from "node:path"; import { fileURLToPath } from "node:url"; import { dirname } from "node:path"; const __dirname = dirname(fileURLToPath(import.meta.url)); const tfsPath = resolve(__dirname, "..", "dist", "web"); export { tfsPath };