fix(faith): locate romcal root by walking up from main entry

romcal's package.json is not listed in its exports map, so
require.resolve('romcal/package.json') throws ERR_PACKAGE_PATH_NOT_EXPORTED
under Node's strict exports enforcement. Resolve the main entry instead
and walk up until we find the package.json belonging to romcal itself.
This commit is contained in:
2026-04-20 16:49:39 +02:00
parent f447520aaa
commit 3aa8f38f92
2 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.36.1",
"version": "1.36.2",
"private": true,
"type": "module",
"scripts": {