Skip to content

Commit

Permalink
Merge pull request #8 from launchdarkly-labs/tony_gitpod2
Browse files Browse the repository at this point in the history
added some lines
  • Loading branch information
tonytrinh3 authored May 6, 2024
2 parents 3df15ac + 3c4855c commit d3ab32c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tasks:
- name: Start Workshop
init:
init: |
touch .env
echo \NEXT_PUBLIC_LD_CLIENT_SDK_KEY='"<enter your client side key>"'\ >> .env
echo \LD_SDK_KEY='"<enter your server side key>"'\ >> .env
echo \NEXT_PUBLIC_LD_CLIENT_SDK_KEY='"<enter your client side key>"'\ >> .env
echo \LD_SDK_KEY='"<enter your server side key>"'\ >> .env
npm install
command: npm run dev

Expand Down

0 comments on commit d3ab32c

Please sign in to comment.