1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +00:00

fix: incorrect scripts in dev mode

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2022-12-22 10:47:13 +01:00
parent 289ea6c5bf
commit d5aaf86146
Signed by: Florian Bouillon
GPG Key ID: E05B3A94178D3A7C

View File

@ -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> = []