Skip to content

Commit

Permalink
fix: import path of client
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Dec 30, 2024
1 parent 2ec741c commit 959a4d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"license": "MIT",
"type": "module",
"packageManager": "[email protected]",
"exports": {
"./client": "./src/client.ts"
},
"scripts": {
"generate:json": "touch ./src/awesome-yasunori.json && node ./script/generate-awesome-yasunori-json.js",
"dev": "vite --port 5183",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/app/shared/yasunori-api.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "@awesome-yasunori/api/src/client";
export * from "@awesome-yasunori/api/client";

0 comments on commit 959a4d3

Please sign in to comment.