UNPKG

local-file-upload

Version:

local file uploading using ts. it will save the file or image into the local storage. build for nodejs and hono application.

10 lines (9 loc) 211 B
import path from "node:path"; import { defineConfig } from "vitest/config"; export default defineConfig({ resolve: { alias: { "@": path.resolve(__dirname, "./src"), }, }, });