mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
changed port
This commit is contained in:
parent
73152a193d
commit
e16040c908
@ -202,7 +202,7 @@
|
||||
},
|
||||
{
|
||||
name: "Internal Tool",
|
||||
portSuffix: "26",
|
||||
portSuffix: "41",
|
||||
description: [
|
||||
"Src: ./apps/internal-tool",
|
||||
"MCP call review tool",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user