Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to @lando/[email protected] #284

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading