sdk renamings

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-11 20:31:21 +01:00
parent 8415172328
commit 7c816d2511
5 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,4 @@ import { defineConfig } from 'tsup';
import config from '@openpanel/tsconfig/tsup.config.json' assert { type: 'json' };
export default defineConfig({
...(config as any),
minify: false,
});
export default defineConfig(config as any);