Skip to content

Commit

Permalink
Merge pull request #14 from vickywane/feat/aws-cloud
Browse files Browse the repository at this point in the history
update: add procfile to run medusa engine on 8080
  • Loading branch information
vickywane authored Nov 19, 2024
2 parents fbb9860 + 3d0ffc0 commit 44d9d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm run start
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-starter-default",
"version": "0.0.1",
"versionx": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"watch": "cross-env tsc --watch",
"test": "cross-env jest",
"seed": "cross-env medusa seed -f ./data/seed.json",
"start": "medusa migrations run && medusa start",
"start": "medusa migrations run && medusa start -p=8080 ",
"start:custom": "cross-env npm run build && node --preserve-symlinks --trace-warnings index.js",
"dev": "cross-env npm run build:server && medusa develop"
},
Expand Down

0 comments on commit 44d9d21

Please sign in to comment.