Covert to ESM and get it functional locally

This commit is contained in:
Allan Carr
2024-08-27 13:45:12 -07:00
parent e793402a79
commit 36ada6fd1f
19 changed files with 980 additions and 1046 deletions

View File

@@ -1,5 +1,5 @@
import path from "path";
import { FolderPaths } from "./serverInit";
import { FolderPaths } from "./serverInit.js";
export function PathToRoFolder(jobid: string) {
return path.join(FolderPaths.Jobs, jobid);