diff --git a/server.js b/server.js index 1762ebc..543c2c8 100644 --- a/server.js +++ b/server.js @@ -81,7 +81,6 @@ app.get('/preview/:id', previewPage); // Serve static assets (Vite build outputs) app.use('/assets', express.static(path.join(__dirname, 'dist', 'assets'))); -// Route handlers async function serveEditor(req, res) { const indexPath = path.join(__dirname, 'dist', 'frontend', 'index.html'); res.sendFile(indexPath);