3bcd5bc694
Express entry point, SQLite schema init with seed data, static frontend shell, and empty route/JS stubs per CLAUDE.md Phase 1 scope.
5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
const express = require('express');
|
|
const router = express.Router();
|
|
|
|
module.exports = router;
|