mirror of
https://github.com/strapi/strapi.git
synced 2025-08-04 14:56:22 +00:00

* chore: build strapi utils with pack-up * chore: remove build:ts from workflow Update UploadAssetDialog.test.js
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import { defineConfig } from '@strapi/pack-up';
|
|
|
|
export default defineConfig({
|
|
externals: ['node:stream'],
|
|
runtime: 'node',
|
|
});
|