Implementation, thanks amp

This commit is contained in:
2026-03-16 23:03:27 +13:00
parent b7539ac86e
commit ab508d827d
45 changed files with 2705 additions and 26 deletions

10
server/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "evocracy-server",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun run --watch index.ts",
"start": "bun run index.ts"
}
}