mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00
8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
![]() |
// eslint-disable-next-line import/no-extraneous-dependencies
|
||
|
import { defineConfig } from '@strapi/pack-up';
|
||
|
|
||
|
export default defineConfig({
|
||
|
externals: ['stream', 'fs', 'path'],
|
||
|
runtime: 'node',
|
||
|
});
|