mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:36:44 +00:00
tsup
This commit is contained in:
@@ -4,7 +4,7 @@ export default defineConfig((options: Options) => ({
|
||||
treeshake: true,
|
||||
splitting: true,
|
||||
publicDir: true,
|
||||
entry: ["src/**/*.tsx"],
|
||||
entry: ["src/index.tsx"],
|
||||
format: ["esm"],
|
||||
dts: true,
|
||||
minify: true,
|
||||
|
||||
Reference in New Issue
Block a user