Skip to content

Commit

Permalink
update to @lando/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 4, 2024
1 parent 084c6cf commit 8b91c2e
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 34 deletions.
24 changes: 24 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: cli.docs
proxy:
cli:
- cli.docs.lndo.site:5173
services:
cli:
api: 4
image: node:18
command: sleep infinity
ports:
- 5173:5173/http
scanner: false
user: node
build:
app: |
npm install
tooling:
node:
service: cli
npm:
service: cli
vitepress:
service: cli
cmd: npx vitepress
21 changes: 0 additions & 21 deletions .lando.yml.no

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated `@lando/core` to [`v3.22.0-beta.5`](https://github.com/lando/core/releases/tag/v3.22.0-beta.5)

## v3.22.0-beta.4 - [August 30, 2024](https://github.com/lando/cli/releases/tag/v3.22.0-beta.4)

* Updated `@lando/core` to [`v3.22.0-beta.4`](https://github.com/lando/core/releases/tag/v3.22.0-beta.4)
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"dependencies": {
"@lando/argv": "^1.1.0",
"@lando/core": "^3.22.0-beta.4",
"@lando/core": "^3.22.0-beta.5",
"@lando/core-next": "npm:@lando/core@^4.0.0-unstable.5",
"@oclif/core": "^3.5.0",
"@oclif/parser": "^3.8.17",
Expand Down

0 comments on commit 8b91c2e

Please sign in to comment.