Skip to content

Commit

Permalink
Merge pull request #33 from MarleneJiang/issue-22-添加_strapi_相关功能
Browse files Browse the repository at this point in the history
ci: fix some config
  • Loading branch information
MarleneJiang committed Jan 20, 2023
2 parents 2c584e9 + 51cd556 commit 1463420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-01-20T02:34:03.453Z"
"x-generation-date": "2023-01-20T02:39:38.276Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand All @@ -28,7 +28,7 @@
},
"servers": [
{
"url": "http://localhost:1337/api",
"url": "http://localhost:8886/api",
"description": "Development server"
}
],
Expand Down
2 changes: 1 addition & 1 deletion backend/start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarn build;
yarn start;
NODE_ENV=production yarn start;

1 comment on commit 1463420

@vercel
Copy link

@vercel vercel bot commented on 1463420 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.