Skip to content

Commit

Permalink
fix: headless: "new" to avoid weird error
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jan 31, 2024
1 parent 07d1911 commit a65dec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"[typescript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
},

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cp .envrc-example .envrc
Compile typescript:

```shell
npx tsc --watch
npm run dev
```

Get a list of all accounts in your lunchmoney account:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a65dec5

Please sign in to comment.