diff --git a/src/config/path.ts b/src/config/path.ts new file mode 100644 index 0000000..1790817 --- /dev/null +++ b/src/config/path.ts @@ -0,0 +1,6 @@ +import { SupportedLanguage } from "@/constants/language"; + +export const DEFAULT_PATH: Record = { + c: "file:///main.c", + cpp: "file:///main.cpp", +};