/
Matslex
/
ProjectDevelopment
Обзор
Документация
Войти
/
Matslex
/
ProjectDevelopment
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app/javascript/channels/index.js
5 строк
212 B
Matslex
Initial commit
07 июл 2025, 13:27
07 июл 2025, 13:27
197aa07
Код
Авторство
О чём код?
// Load all the channels within this directory and all subdirectories. // Channel files must be named *_channel.js. const channels = require.context('.', true, /_channel\.js$/) channels.keys().forEach(channels)