mirror of
https://github.com/verdigado/organization_folders.git
synced 2024-11-21 20:28:11 +01:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
|
const path = require('path')
|
||
|
|
||
|
const webpackConfig = require('@nextcloud/webpack-vue-config')
|
||
|
|
||
|
module.exports = webpackConfig
|