split terminus-local out of terminus-terminal

This commit is contained in:
Eugene Pankov
2021-05-16 17:36:33 +02:00
parent 7506670dfb
commit 3ef4a8aa73
83 changed files with 1315 additions and 625 deletions

View File

@@ -0,0 +1,5 @@
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'local',
dirname: __dirname,
})