added admin settings service and api; made filesystem paths configurable; added babel config; added admin settings webpack config
This commit is contained in:
parent
188ea3dfa9
commit
b79f6cab6b
12 changed files with 10224 additions and 32 deletions
11
webpack.config.js
Normal file
11
webpack.config.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
const path = require('path')
|
||||
|
||||
const webpackConfig = require('@nextcloud/webpack-vue-config')
|
||||
|
||||
webpackConfig.entry = {
|
||||
"adminSettings": {
|
||||
import: path.join(__dirname, 'src', 'adminSettings.js'),
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = webpackConfig
|
Loading…
Add table
Add a link
Reference in a new issue