feat: add QueryRouterServer

This commit is contained in:
2024-10-31 00:45:12 +08:00
parent 158b12d811
commit 52f5f58baf
5 changed files with 106 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.4-alpha-2",
"version": "0.0.4-alpha-3",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
@@ -43,5 +43,15 @@
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./browser": {
"import": "./dist/route.js",
"require": "./dist/route.js"
}
}
}