Skip to content

Commit

Permalink
chore: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 10, 2024
1 parent 2a58494 commit 980d404
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
Binary file modified .github/art/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*.pem
coverage
dist
bin/rpx*
bin/lpx*
lib-cov
logs
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

"typescript.preferGoToSourceDefinition": true,
"files.associations": {
"rpx": "typescript"
"lpx": "typescript"
},
"editor.quickSuggestions": {
"strings": true
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog


## ...main


### 🏡 Chore

- Initial commit ([75da79b](https://github.com/stacksjs/localtunnels/commit/75da79b))
- Wip ([6f98794](https://github.com/stacksjs/localtunnels/commit/6f98794))
- Add initial cloud ([c48fbef](https://github.com/stacksjs/localtunnels/commit/c48fbef))
- Update readme ([6d43613](https://github.com/stacksjs/localtunnels/commit/6d43613))
- Rename to lpx ([4119499](https://github.com/stacksjs/localtunnels/commit/4119499))
- Lint ([594c7cb](https://github.com/stacksjs/localtunnels/commit/594c7cb))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))

0 comments on commit 980d404

Please sign in to comment.