From cf23b3935319c7f23ce334d74ed1eb2b03ec24d6 Mon Sep 17 00:00:00 2001 From: Tyfon <29051038+tyfon7@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:28:07 -0700 Subject: [PATCH] update server build sptPath --- server/build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.mjs b/server/build.mjs index e1525df..b4b5a58 100644 --- a/server/build.mjs +++ b/server/build.mjs @@ -38,7 +38,7 @@ import ignore from "ignore"; import archiver from "archiver"; import winston from "winston"; -const sptPath = "/SPT/3.9.0-debug"; +const sptPath = "/SPT/3.9.2-debug"; // Get the command line arguments to determine whether to use verbose logging. const args = process.argv.slice(2);