From c109a2f558e81a5b7247a79971624128a2fc13f4 Mon Sep 17 00:00:00 2001 From: redglow Date: Tue, 23 Jun 2026 14:34:34 +0200 Subject: [PATCH] chore: updated run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f0cca..09918bd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Compile: Run: ``` -NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owof-announcements/data.db UPLOADS_DIR=/opt/owof-announcements/uploads node /opt/owof-announcements/code/src/server/main.ts +NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owofannouncements/data.db UPLOADS_DIR=/opt/owofannouncements/uploads node /opt/owofannouncements/server/src/server/main.ts ``` Copy to server: