mirror of
https://github.com/dzeiocom/libs.git
synced 2025-07-31 09:01:58 +00:00
fix: incorrect scripts in dev mode
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@@ -39,7 +39,7 @@ export const config = (options?: Options): typeof defaultConfig & NextConfig =>
|
|||||||
if (!hosts.script) {
|
if (!hosts.script) {
|
||||||
hosts.script = []
|
hosts.script = []
|
||||||
}
|
}
|
||||||
hosts.script.push('unsafe-eval')
|
hosts.script.push('\'unsafe-eval\'')
|
||||||
}
|
}
|
||||||
|
|
||||||
let hostlist: Array<string> = []
|
let hostlist: Array<string> = []
|
||||||
|
Reference in New Issue
Block a user