mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[refactor] Remove unused code
This commit is contained in:
@ -51,11 +51,6 @@ module.exports = (env, argv) => {
|
||||
context: path.resolve(__dirname, 'src/assets'),
|
||||
from: '*.svg',
|
||||
to: 'static/[name][ext]'
|
||||
},
|
||||
{
|
||||
context: path.resolve(__dirname),
|
||||
from: 'config.json',
|
||||
to: 'config.json'
|
||||
}
|
||||
]
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user