Skip to content

Commit

Permalink
Update package.json of server and server-core
Browse files Browse the repository at this point in the history
  • Loading branch information
matlin authored and wernst committed Nov 1, 2023
1 parent ae59457 commit f59a25b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.38",
"module": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
9 changes: 8 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
"packageManager": "[email protected]",
"version": "0.0.38",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js"
}
},
"scripts": {
"dev": "tsx watch ./run.ts",
"start": "node --loader tsx ./src/index.ts",
Expand Down

0 comments on commit f59a25b

Please sign in to comment.