working server

This commit is contained in:
2025-11-21 22:23:50 +00:00
parent c16fd804c0
commit a3a001d8e1
6 changed files with 248 additions and 119 deletions

2
server.js Normal file
View File

@ -0,0 +1,2 @@
import 'dotenv/config';
import './build/index.js';