remove server.js

This commit is contained in:
2026-07-13 22:39:16 +01:00
parent 877ff3f896
commit 9709457b73
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"description": "Pulse Signage application with MySQL and media uploads",
"main": "src/server.js",
"main": "src/common.js",
"scripts": {
"start": "node -r dotenv/config src/webui.js",
"start:webui": "node -r dotenv/config src/webui.js",
-1
View File
@@ -1 +0,0 @@
module.exports = require('./common');