Skip to content

Commit

Permalink
chore: add start command in zeabur
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Oct 10, 2024
1 parent 59e9399 commit 8ac8568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ct-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps

- name: Build
run: pnpm build

Expand Down
3 changes: 2 additions & 1 deletion zbpack.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"app_dir": "/"
"app_dir": "/",
"start_command": "sudo apt-get update && sudo apt-get install -y mesa-utils xvfb libgl1-mesa-dri libglapi-mesa libosmesa6"
}

0 comments on commit 8ac8568

Please sign in to comment.