Merge branch 'main' into feature/prisma-orm
This commit is contained in:
commit
882b4db228
1 changed files with 0 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { rmSync } from "node:fs";
|
||||
import { mkdir } from "node:fs/promises";
|
||||
import { html } from "@elysiajs/html";
|
||||
import { staticPlugin } from "@elysiajs/static";
|
||||
import { Elysia } from "elysia";
|
||||
|
|
@ -19,8 +18,6 @@ import { upload } from "./pages/upload";
|
|||
import { user } from "./pages/user";
|
||||
import { healthcheck } from "./pages/healthcheck";
|
||||
|
||||
mkdir("./data", { recursive: true }).catch(console.error);
|
||||
|
||||
export const uploadsDir = "./data/uploads/";
|
||||
export const outputDir = "./data/output/";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue