changed port

This commit is contained in:
Aadesh Kheria 2026-04-10 10:41:35 -07:00
parent 73152a193d
commit e16040c908
3 changed files with 4 additions and 4 deletions

View File

@ -202,7 +202,7 @@
},
{
name: "Internal Tool",
portSuffix: "26",
portSuffix: "41",
description: [
"Src: ./apps/internal-tool",
"MCP call review tool",

View File

@ -2,7 +2,7 @@ NEXT_PUBLIC_STACK_API_URL=http://localhost:8102
NEXT_PUBLIC_STACK_PROJECT_ID=internal
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=this-publishable-client-key-is-for-local-development-only
NEXT_PUBLIC_STACK_HOSTED_COMPONENTS_URL=http://internal.localhost:8109
NEXT_PUBLIC_STACK_INTERNAL_TOOL_URL=http://localhost:8126
NEXT_PUBLIC_STACK_INTERNAL_TOOL_URL=http://localhost:8141
NEXT_PUBLIC_STACK_DASHBOARD_URL=http://localhost:8101
NEXT_PUBLIC_SPACETIMEDB_HOST=ws://localhost:8139
NEXT_PUBLIC_SPACETIMEDB_DB_NAME=stack-auth-llm

View File

@ -4,9 +4,9 @@
"version": "2.8.80",
"type": "module",
"scripts": {
"dev": "pnpm spacetime:publish:local && next dev --turbopack --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}26",
"dev": "pnpm spacetime:publish:local && next dev --turbopack --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}41",
"build": "next build",
"start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}26",
"start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}41",
"typecheck": "tsc --noEmit",
"lint": "eslint --ext .ts,.tsx .",
"clean": "rimraf .next && rimraf node_modules",