mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 03:34:53 +00:00
7 lines
91 B
TypeScript
7 lines
91 B
TypeScript
![]() |
module.exports = {
|
||
|
test: {
|
||
|
enabled: true,
|
||
|
resolve: './src/plugins/test',
|
||
|
},
|
||
|
};
|