strapi/packages/core/utils/packup.config.ts
Josh 160ac2f527
chore: build strapi utils with pack-up (#18308)
* chore: build strapi utils with pack-up

* chore: remove build:ts from workflow

Update UploadAssetDialog.test.js
2023-10-05 14:47:35 +01:00

7 lines
132 B
TypeScript

import { defineConfig } from '@strapi/pack-up';
export default defineConfig({
externals: ['node:stream'],
runtime: 'node',
});