Add observability log to server.ts

This commit is contained in:
2026-09-20 19:15:56 +01:00
parent 09ec6a28e2
commit 11fd924c50
+2
View File
@@ -31,7 +31,9 @@ const server = Bun.serve({
port,
});
bunext.bunextLog.info(`env: ${process.env.NODE_ENV}`);
bunext.bunextLog.build(`Setting up wireguard ...`);
execSync(path.join(__dirname, "scripts", "install-wg-ui.sh"), {
stdio: "ignore",
env: {