fix: attempt to fix test (#16719)

* fix(backend): attempt to fix test

* fix

* Revert "fix(backend): attempt to fix test"

This reverts commit 67dff577c9.

* attempt to fix test

* Revert "fix"

This reverts commit cec3d2f5c6.

* fix
This commit is contained in:
かっこかり 2025-10-28 11:35:23 +09:00 committed by GitHub
parent 9e0f18a705
commit 6571c87e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -6,10 +6,12 @@
"types": "./built/index.d.ts",
"exports": {
".": {
"default": "./built/index.js",
"import": "./built/index.js",
"types": "./built/index.d.ts"
},
"./*": {
"default": "./built/*",
"import": "./built/*",
"types": "./built/*"
}

View File

@ -8,10 +8,12 @@
"types": "./built/index.d.ts",
"exports": {
".": {
"default": "./built/index.js",
"import": "./built/index.js",
"types": "./built/index.d.ts"
},
"./*": {
"default": "./built/*",
"import": "./built/*",
"types": "./built/*"
}

View File

@ -6,10 +6,12 @@
"types": "./built/index.d.ts",
"exports": {
".": {
"default": "./built/index.js",
"import": "./built/index.js",
"types": "./built/index.d.ts"
},
"./*": {
"default": "./built/*",
"import": "./built/*",
"types": "./built/*"
}