mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix: attempt to fix test (#16719)
* fix(backend): attempt to fix test * fix * Revert "fix(backend): attempt to fix test" This reverts commit67dff577c9. * attempt to fix test * Revert "fix" This reverts commitcec3d2f5c6. * fix
This commit is contained in:
@@ -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/*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user