chore: add allowScripts in package.json

This commit is contained in:
Guillaume ARM 2026-06-10 21:01:52 +02:00
parent d6e97e49da
commit bea36351c2

View File

@ -17,5 +17,9 @@
"@types/ws": "^8.5.10",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},
"allowScripts": {
"esbuild@0.28.0": true,
"fsevents@2.3.3": true
}
}