mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-12 19:09:18 +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) {
|
||||
hosts.script = []
|
||||
}
|
||||
hosts.script.push('unsafe-eval')
|
||||
hosts.script.push('\'unsafe-eval\'')
|
||||
}
|
||||
|
||||
let hostlist: Array<string> = []
|
||||
|
Reference in New Issue
Block a user