Skip to content

Commit

Permalink
Change fix deployment url (#26)
Browse files Browse the repository at this point in the history
* fix: vercel deployment url, fixes #25 

* chore: update deps
  • Loading branch information
oxdev03 authored Jun 22, 2024
1 parent f2f7224 commit 74387cb
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 229 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bcrypt": "^5.1.1",
"bytes-iec": "^3.1.1",
"dotenv": "^16.4.5",
"pm2": "^5.4.0",
"pm2": "^5.4.1",
"systeminformation": "^5.22.10"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion apps/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ NEXTAUTH_URL=http://localhost:3000

### Setup

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Foxdev03%2Fpm2.web%2Ftree%2Fmaster%2Fapps%2Fdashboard&env=DB_URI,NEXTAUTH_SECRET&demo-title=pm2.web&demo-description=pm2.web%20-%20Easily%20monitor%20your%20processes%2C%20control%20them%20with%20various%20actions%2C%20view%20logs%20and%20set%20up%20access%20controls%20for%20users%20using%20the%20dashboard&demo-url=https%3A%2F%2Fgithub.com%2Foxdev03%2Fpm2.web&demo-image=https%3A%2F%2Fraw.githubusercontent.com%2Foxdev03%2Fpm2.web%2Fmaster%2Fassets%2Findex.jpeg)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/oxdev03/pm2.web/tree/master&root-directory=apps/dashboard&env=DB_URI,NEXTAUTH_SECRET&demo-title=pm2.web&demo-description=pm2.web%20-%20Easily%20monitor%20your%20processes%2C%20control%20them%20with%20various%20actions%2C%20view%20logs%20and%20set%20up%20access%20controls%20for%20users%20using%20the%20dashboard&demo-url=https%3A%2F%2Fgithub.com%2Foxdev03%2Fpm2.web&demo-image=https%3A%2F%2Fraw.githubusercontent.com%2Foxdev03%2Fpm2.web%2Fmaster%2Fassets%2Findex.jpeg)

1. Click the deploy button above and follow the instructions.
2. After it finishes deploying, configure the `<deployed-project>/settings>Build & Development Settings>Framework Preset` to **Next.js**.
3. Redeploy the page, and you're good to go!
28 changes: 14 additions & 14 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@mantine/charts": "^7.10.1",
"@mantine/code-highlight": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@mantine/charts": "^7.10.2",
"@mantine/code-highlight": "^7.10.2",
"@mantine/core": "^7.10.2",
"@mantine/form": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/notifications": "^7.10.2",
"@pm2.web/mongoose-models": "*",
"@pm2.web/typings": "*",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.40.0",
"@tabler/icons-react": "^3.6.0",
"@tanstack/react-query": "^5.45.1",
"@trpc/client": "^11.0.0-rc.390",
"@trpc/next": "^11.0.0-rc.390",
"@trpc/react-query": "^11.0.0-rc.390",
Expand All @@ -48,7 +48,7 @@
"dotenv-cli": "^7.4.2",
"lodash": "^4.17.21",
"mongodb-memory-server": "^9.3.0",
"next": "^14.2.3",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -58,19 +58,19 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"@types/ms": "^0.7.34",
"@types/node": "20.13.0",
"@types/node": "20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "^13.10.0",
"cypress": "^13.12.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"start-server-and-test": "^2.0.3",
"start-server-and-test": "^2.0.4",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 74387cb

Please sign in to comment.