web-font/tsdown.config.ts
崮生(子虚) 76ac23ad5d fix build
2026-04-30 21:03:57 +08:00

14 lines
328 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { defineConfig } from "tsdown";
export default defineConfig({
entry: ["backend/app.ts", "基准测试_llrt.ts"],
format: ["cjs"],
clean: true,
sourcemap: true,
outDir: "dist_backend",
deps: {
/** 所有依赖都打进 bundleLLRT scratch 镜像无 node_modules */
alwaysBundle: [/.*/],
},
});