Przeglądaj źródła

chore: change local server port

Update start:dev and start:prod ports so they do not clash with
Insights or other local apps.
Aaron Bassett 6 miesięcy temu
rodzic
commit
b01e0a36ea
1 zmienionych plików z 63 dodań i 63 usunięć
  1. 63 63
      apps/developer-hub/package.json

+ 63 - 63
apps/developer-hub/package.json

@@ -1,65 +1,65 @@
 {
-  "name": "@pythnetwork/developer-hub",
-  "version": "0.0.0",
-  "private": true,
-  "type": "module",
-  "engines": {
-    "node": "22"
-  },
-  "scripts": {
-    "build:vercel": "next build",
-    "build:analyze": "ANALYZE=true next build",
-    "fix:format": "prettier --write .",
-    "fix:lint:eslint": "eslint --fix .",
-    "fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'",
-    "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull",
-    "start:dev": "next dev --port 3003",
-    "start:prod": "next start --port 3003",
-    "test:format": "prettier --check .",
-    "test:lint:eslint": "eslint . --max-warnings 0",
-    "test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
-    "test:types": "tsc"
-  },
-  "dependencies": {
-    "@phosphor-icons/react": "catalog:",
-    "@pythnetwork/component-library": "workspace:*",
-    "@react-hookz/web": "catalog:",
-    "clsx": "catalog:",
-    "fumadocs-core": "catalog:",
-    "fumadocs-mdx": "catalog:",
-    "fumadocs-ui": "catalog:",
-    "next": "catalog:",
-    "next-themes": "catalog:",
-    "nuqs": "catalog:",
-    "react": "catalog:",
-    "react-aria": "catalog:",
-    "react-dom": "catalog:",
-    "zod": "catalog:",
-    "zod-validation-error": "catalog:"
-  },
-  "devDependencies": {
-    "@cprussin/eslint-config": "catalog:",
-    "@cprussin/jest-config": "catalog:",
-    "@cprussin/prettier-config": "catalog:",
-    "@cprussin/tsconfig": "catalog:",
-    "@next/bundle-analyzer": "catalog:",
-    "@svgr/webpack": "catalog:",
-    "@tailwindcss/postcss": "catalog:",
-    "@types/jest": "catalog:",
-    "@types/mdx": "catalog:",
-    "@types/node": "catalog:",
-    "@types/react": "catalog:",
-    "@types/react-dom": "catalog:",
-    "autoprefixer": "catalog:",
-    "eslint": "catalog:",
-    "jest": "catalog:",
-    "postcss": "catalog:",
-    "prettier": "catalog:",
-    "sass": "catalog:",
-    "stylelint": "catalog:",
-    "stylelint-config-standard-scss": "catalog:",
-    "tailwindcss": "^4.1.6",
-    "typescript": "catalog:",
-    "vercel": "catalog:"
-  }
+	"name": "@pythnetwork/developer-hub",
+	"version": "0.0.0",
+	"private": true,
+	"type": "module",
+	"engines": {
+		"node": "22"
+	},
+	"scripts": {
+		"build:vercel": "next build",
+		"build:analyze": "ANALYZE=true next build",
+		"fix:format": "prettier --write .",
+		"fix:lint:eslint": "eslint --fix .",
+		"fix:lint:stylelint": "stylelint --fix 'src/**/*.scss'",
+		"pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_TBkf9EyQjQF37gs4Vk0sQKJj97kE vercel env pull",
+		"start:dev": "next dev --port 3627",
+		"start:prod": "next start --port 3627",
+		"test:format": "prettier --check .",
+		"test:lint:eslint": "eslint . --max-warnings 0",
+		"test:lint:stylelint": "stylelint 'src/**/*.scss' --max-warnings 0",
+		"test:types": "tsc"
+	},
+	"dependencies": {
+		"@phosphor-icons/react": "catalog:",
+		"@pythnetwork/component-library": "workspace:*",
+		"@react-hookz/web": "catalog:",
+		"clsx": "catalog:",
+		"fumadocs-core": "catalog:",
+		"fumadocs-mdx": "catalog:",
+		"fumadocs-ui": "catalog:",
+		"next": "catalog:",
+		"next-themes": "catalog:",
+		"nuqs": "catalog:",
+		"react": "catalog:",
+		"react-aria": "catalog:",
+		"react-dom": "catalog:",
+		"zod": "catalog:",
+		"zod-validation-error": "catalog:"
+	},
+	"devDependencies": {
+		"@cprussin/eslint-config": "catalog:",
+		"@cprussin/jest-config": "catalog:",
+		"@cprussin/prettier-config": "catalog:",
+		"@cprussin/tsconfig": "catalog:",
+		"@next/bundle-analyzer": "catalog:",
+		"@svgr/webpack": "catalog:",
+		"@tailwindcss/postcss": "catalog:",
+		"@types/jest": "catalog:",
+		"@types/mdx": "catalog:",
+		"@types/node": "catalog:",
+		"@types/react": "catalog:",
+		"@types/react-dom": "catalog:",
+		"autoprefixer": "catalog:",
+		"eslint": "catalog:",
+		"jest": "catalog:",
+		"postcss": "catalog:",
+		"prettier": "catalog:",
+		"sass": "catalog:",
+		"stylelint": "catalog:",
+		"stylelint-config-standard-scss": "catalog:",
+		"tailwindcss": "^4.1.6",
+		"typescript": "catalog:",
+		"vercel": "catalog:"
+	}
 }