Skip to content

Commit

Permalink
fix(dependencies): correct callapi dependency path in package.json
Browse files Browse the repository at this point in the history
fix(eslint): adjust tsconfigPath to include an empty string for ESLint configuration
  • Loading branch information
Ryan-Zayne committed Nov 10, 2024
1 parent 187b1d6 commit ccfaa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@zayne-labs/callapi": "workspace:../packages/callapi"
"@zayne-labs/callapi": "../packages/callapi"
},
"devDependencies": {
"@types/node": "^22.9.0",
Expand Down

0 comments on commit ccfaa07

Please sign in to comment.