Skip to content

Commit

Permalink
fix bug: yarn start error
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Jan 23, 2024
1 parent c8ce6a8 commit f8d23a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"packages": [
"steedos-packages-expense/*"
],
"useWorkspaces": true,
"useNx": false,
"version": "2.6.0",
"npmClient": "yarn"
Expand Down
3 changes: 1 addition & 2 deletions steedos-packages/saas/package.service.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

const service = require("./dist/index.js.js");
const service = require("./dist/index.js");
module.exports = service;

0 comments on commit f8d23a3

Please sign in to comment.