1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:57:25 -05:00
parent d63cd16f15
commit e03273e368
16 changed files with 2427 additions and 11801 deletions

View File

@@ -1,3 +1 @@
const config = require('flarum-webpack-config');
module.exports = config();
module.exports = require('flarum-webpack-config')();