mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-22 22:02:23 +02:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "osint-framework",
|
|
"compatibility_date": "2025-09-27",
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"assets": {
|
|
"directory": "public"
|
|
},
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
]
|
|
}
|