spacetime不再传递--root-dir参数

This commit is contained in:
2026-04-22 22:58:55 +08:00
parent 9669bd6e07
commit 76ac9d22a5
2 changed files with 0 additions and 2 deletions

View File

@@ -246,7 +246,6 @@ try {
-Name "spacetimedb" `
-FilePath $spacetimeCommand.Source `
-Arguments @(
"--root-dir", $SpacetimeRootDir,
"start",
"--edition", "standalone",
"--listen-addr", "$SpacetimeHost`:$SpacetimePort"

View File

@@ -243,7 +243,6 @@ if [[ "${SKIP_SPACETIME}" -ne 1 ]]; then
(
cd "${SERVER_RS_DIR}"
exec spacetime \
--root-dir "${SPACETIME_ROOT_DIR}" \
start \
--edition standalone \
--listen-addr "${SPACETIME_HOST}:${SPACETIME_PORT}"