Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 6b8f23f

Browse files
SQLite Viewer
1 parent b2c7939 commit 6b8f23f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66
* Github: https://github.com/SQLiteAdmin/SQLite-Viewer.git
77
* */
88

9+
const http = require("http");
10+
const port = process.env.PORT;
911
const path = require("path");
12+
const { env } = require("process");
13+

0 commit comments

Comments
 (0)