mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 07:16:02 +00:00
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
![]() |
import { defineConfig } from '@strapi/pack-up';
|
||
|
|
||
|
export default defineConfig({
|
||
|
externals: ['node:stream'],
|
||
|
runtime: 'node',
|
||
|
});
|