mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 06:56:59 +00:00
Create .gitpod.yml
This commit is contained in:
parent
8d2882ea1f
commit
f7d9e5af01
23
.gitpod.yml
Normal file
23
.gitpod.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# This configuration file was manually created by KapadiaNaitik.
|
||||||
|
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
|
||||||
|
# and commit this file to your remote git repository to share the goodness with others.
|
||||||
|
|
||||||
|
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
|
||||||
|
tasks:
|
||||||
|
- name: Configure .env & Start the server
|
||||||
|
init: chmod +x setup-env.sh
|
||||||
|
command: ./setup-env.sh && pnpm install && pnpm run dev
|
||||||
|
ports:
|
||||||
|
- port: 3000
|
||||||
|
onOpen: open-preview
|
||||||
|
name: Vercel Commerce
|
||||||
|
|
||||||
|
github:
|
||||||
|
prebuilds:
|
||||||
|
master: true
|
||||||
|
branches: true
|
||||||
|
pullRequests: true
|
||||||
|
pullRequestsFromForks: true
|
||||||
|
addCheck: true
|
||||||
|
addComment: true
|
||||||
|
addBadge: true
|
Loading…
x
Reference in New Issue
Block a user