@@ -3,24 +3,21 @@ import { defineConfig } from "tsdown";
33
44export default defineConfig ( {
55 entry : {
6- "client/index" : "src/client.ts" ,
7- "client-future/index" : "src/client-future.ts" ,
8- "server/index" : "src/server.ts" ,
9- "next/index" : "src/next.ts" ,
10- "next-legacy/index" : "src/next-legacy.ts" ,
11- "effect-platform/index" : "src/effect-platform.ts" ,
12- "tw/index" : "src/tw/index.ts" ,
13- "fastify/index" : "src/fastify.ts" ,
14- "express/index" : "src/express.ts" ,
15- "h3/index" : "src/h3.ts" ,
16- "remix/index" : "src/remix.ts" ,
17- "types/index" : "src/types.ts" ,
6+ "../ client/index" : "src/client.ts" ,
7+ "../ client-future/index" : "src/client-future.ts" ,
8+ "../ server/index" : "src/server.ts" ,
9+ "../ next/index" : "src/next.ts" ,
10+ "../ next-legacy/index" : "src/next-legacy.ts" ,
11+ "../ effect-platform/index" : "src/effect-platform.ts" ,
12+ "../ tw/index" : "src/tw/index.ts" ,
13+ "../ fastify/index" : "src/fastify.ts" ,
14+ "../ express/index" : "src/express.ts" ,
15+ "../ h3/index" : "src/h3.ts" ,
16+ "../ remix/index" : "src/remix.ts" ,
17+ "../ types/index" : "src/types.ts" ,
1818 } ,
1919 format : [ "esm" , "cjs" ] ,
20- dts : {
21- sourcemap : true ,
22- tsconfig : "tsconfig.build.json" ,
23- } ,
20+ dts : { sourcemap : true , tsconfig : "tsconfig.build.json" } ,
2421 onSuccess : async ( ) => {
2522 await fsp . copyFile ( "src/tw/v4.css" , "tw/v4.css" ) ;
2623 } ,
0 commit comments