Admin website

This commit is contained in:
2025-09-25 16:54:50 +02:00
parent 8dbf6caa6f
commit 24f15b6e28
36 changed files with 3451 additions and 561 deletions

6
server/test.js Normal file
View File

@@ -0,0 +1,6 @@
import express from "express"
const app = express()
app.listen(4010, () => console.log('listening 4010'))