Add robust themes, drag-drop layout, and manual screenshot controls

This commit is contained in:
Nate Emmert
2026-03-18 14:33:21 -04:00
parent 38e5ed7906
commit a06830281d
5 changed files with 1375 additions and 121 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const DIST_DIR = path.join(__dirname, 'dist')
const INDEX_FILE = path.join(DIST_DIR, 'index.html')
const app = express()
app.use(express.json({ limit: '2mb' }))
app.use(express.json({ limit: '10mb' }))
app.get('/api/admin-content', async (_req, res) => {
try {