fixing platform admin
This commit is contained in:
@@ -21,7 +21,12 @@
|
||||
"bcryptjs": "^2.4.3",
|
||||
"@types/bcryptjs": "^2.4.6"
|
||||
},
|
||||
"main": "./src/index.js",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": "./generated/index.js"
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user