/
sweetebin
/
hackaton_26
Обзор
Документация
Войти
/
sweetebin
/
hackaton_26
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
web-form-project/node_modules/concurrently/index.js
14 строк
393 B
AKorostelev
web form project added
28 июл 2026, 10:57
28 июл 2026, 10:57
4339e77
Код
Авторство
О чём код?
/* * While in local development, make sure you've run `pnpm run build` first. */ // eslint-disable-next-line @typescript-eslint/no-require-imports const concurrently = require('./dist/src/index.js'); // For require() module.exports = exports = concurrently.concurrently; // For TS + import syntax; mimics `export default` exports.default = exports; Object.assign(exports, concurrently);