fix: add conditional compilation for localhost URL in dev mode

This commit is contained in:
Tunglies
2025-06-13 03:11:35 +08:00
Unverified
parent e78a02d0ba
commit eef348b8dc
2 changed files with 4 additions and 1 deletions

View File

@@ -25,7 +25,6 @@
* Errors are logged and the process exits with code 1 on failure.
*/
import fs from "fs/promises";
import path from "path";
import { program } from "commander";