mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
22 lines
359 B
YAML
22 lines
359 B
YAML
tasks:
|
|
- init: |
|
|
npx pnpm install
|
|
npx pnpm dev:prepare
|
|
command: npx pnpm play
|
|
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|
|
visibility: public
|
|
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addCheck: true
|
|
addComment: false
|
|
addBadge: true
|
|
addLabel: true
|