/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/plugins/workspace-plugin/server/index.js
11 строк
162 B
Alexandre Bodin
enhancement: resolve strapi-server with exports map too
09 сен 2024, 15:35
09 сен 2024, 15:35
afa3b51
Код
Авторство
О чём код?
'use strict'; const config = require('./config'); const register = require('./register'); module.exports = () => { return { register, config, }; };