mirror of
https://github.com/nextcloud/recognize.git
synced 2025-07-20 18:19:28 +00:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
const path = require('path')
|
|
const webpackConfig = require('@nextcloud/webpack-vue-config')
|
|
|
|
module.exports = webpackConfig
|
|
webpackConfig.entry.admin = path.join(__dirname, 'src', 'admin.js')
|