Skip to content

Commit

Permalink
fix(pkg): export compat types for /server subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 7, 2023
1 parent f2b08f6 commit 3cc2c48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ coverage
dist
tmp
/drivers
/server*
/test.*
__*
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"drivers"
"drivers",
"server.d.ts"
],
"scripts": {
"build": "unbuild",
Expand Down
1 change: 1 addition & 0 deletions server.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/server";

0 comments on commit 3cc2c48

Please sign in to comment.