fix: update update-constant path

main
spacemeowx2 2022-10-21 19:11:22 +08:00
parent a63426a282
commit 03166a3e19
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const ROOT_DIR = path.resolve(
path.dirname(path.fromFileUrl(import.meta.url)), path.dirname(path.fromFileUrl(import.meta.url)),
"..", "..",
); );
const CONSTANT_PATH = path.join(ROOT_DIR, "constant.ts"); const CONSTANT_PATH = path.join(ROOT_DIR, "./src/constant.ts");
const STORE_URL = const STORE_URL =
"https://apps.apple.com/us/app/nintendo-switch-online/id1234806557"; "https://apps.apple.com/us/app/nintendo-switch-online/id1234806557";
const SPLATNET3_URL = "https://api.lp1.av5ja.srv.nintendo.net"; const SPLATNET3_URL = "https://api.lp1.av5ja.srv.nintendo.net";