revert back from .env attempt

This commit is contained in:
JCEEE
2026-06-23 22:47:02 +01:00
parent 95d9db3de4
commit be572b487a
7 changed files with 32 additions and 384 deletions
-5
View File
@@ -1,11 +1,6 @@
import { serve } from "@hono/node-server";
import { Hono } from "hono";
// const PB_URL = process.env.PB_URL || 'http://127.0.0.1:8090';
// const PB_EMAIL = process.env.PB_SUPERUSER_EMAIL || '';
// const PB_PASSWORD = process.env.PB_SUPERUSER_PASSWORD || '';
// const DEBUG_RECORD_ID = process.env.DEBUG_RECORD_ID || '';
import {
SERVER_IP,
PB_PORT,