fix(dashboard): restore data script loading by removing data package type overrides
CI / Build & Test (push) Successful in 4m28s

Remove folder-level package.json files from dashboard data directories in both repos.
Those overrides caused esm-wrap parsing of plain script data files
(tlds.js, hostname-validator.js, install-commands.js), triggering
"Unexpected token 'export'" at runtime.
This commit is contained in:
Raven Scott
2026-03-27 02:15:15 -04:00
parent 24f189ec5c
commit 9f1ac62edc
-4
View File
@@ -1,4 +0,0 @@
{
"private": true,
"type": "commonjs"
}