mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-14 20:06:08 +01:00
Fixed: Digital Core null BaseUrl
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = {
|
||||
ecmaVersion: 6,
|
||||
sourceType: 'module',
|
||||
babelOptions: {
|
||||
configFile: `${frontendFolder}/babel.config.js`,
|
||||
configFile: `${frontendFolder}/babel.config.js`
|
||||
},
|
||||
ecmaFeatures: {
|
||||
modules: true,
|
||||
|
||||
Reference in New Issue
Block a user