The errors package is now importable

This commit is contained in:
2026-04-04 09:36:51 +02:00
parent 9b58aee54c
commit 443dda6717
5 changed files with 46 additions and 8 deletions

7
experiments/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "experiments",
"type": "module",
"dependencies": {
"@efforting.tech/errors": "link:../build/packages/errors"
}
}