Refactor database schema and storage to support customer management and improved security.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/71d83b03-af3d-433a-a517-e76255668e93.jpg
This commit is contained in:
alphaeusmote
2025-04-11 19:25:41 +00:00
parent 17c31c8183
commit fbea387dea
6 changed files with 1188 additions and 265 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import express, { type Request, Response, NextFunction } from "express";
import { registerRoutes } from "./routes";
import { registerRoutes } from "./routes.simplified";
import { setupVite, serveStatic, log } from "./vite";
const app = express();