1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 23:17:43 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-20 03:53:51 -05:00
parent 92f16d3300
commit 5c6f17d508
17 changed files with 2389 additions and 11332 deletions

View File

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