Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.js « entrypoints « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d59e89cfd0d260a7b3232e9eff0b69cfaf2d5d5 (plain)
1
2
3
4
5
6
import '../main';
import { runModules } from '~/run_modules';

const modules = import.meta.glob('../pages/**/index.js');

runModules(modules, '../pages/');