Skip to content

Commit 3abfd73

Browse files
committed
Disable eval
1 parent 764e98f commit 3abfd73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"http": "npm run _node src/http/main.ts",
88
"migrate": "npm run _node src/db/main.ts migrate --",
99
"check-migrations": "npm run _node src/db/main.ts check --",
10-
"_node": "node --disable-proto=throw --experimental-transform-types"
10+
"_node": "node --disable-proto=throw --disallow-code-generation-from-strings --experimental-transform-types"
1111
},
1212
"dependencies": {
1313
"@hono/node-server": "^1.14.1",

0 commit comments

Comments
 (0)