Skip to content

Commit

Permalink
[fix] Production environment missing
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jun 5, 2024
1 parent 5f08beb commit 4d057a6
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 7 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mobx-restful-table": "^2.0.0-rc.1",
"next": "^14.2.3",
"next-pwa": "~5.6.0",
"next-ssr-middleware": "^0.8.0",
"next-ssr-middleware": "^0.8.1",
"next-with-less": "^3.0.1",
"primereact": "^10.6.6",
"react": "^18.3.1",
Expand All @@ -57,6 +57,7 @@
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"get-git-folder": "^0.1.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
Expand All @@ -73,6 +74,7 @@
},
"scripts": {
"prepare": "husky",
"install": "get-git-folder https://github.com/kaiyuanshe/service-configuration main OSS-toolbox || true",
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
Expand Down
Loading

1 comment on commit 4d057a6

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-5l2hex2in-techquerys-projects.vercel.app

Built with commit 4d057a6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.