Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1216 from Shopify/sle-c/shopify-env
Browse files Browse the repository at this point in the history
Fixes init process for Shopify environment
  • Loading branch information
sle-c authored Feb 14, 2024
2 parents 120a394 + 965e962 commit 3c76559
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: shopify-api-js

type: node

up:
- node:
version: v18.19.0
yarn: 1.22.21
packages:
- .
env:
NODE_ENV: "development"

commands:
server:
run: yarn dev

0 comments on commit 3c76559

Please sign in to comment.