feat: add sqlstring and supports-color modules
- Introduced sqlstring module for SQL escape and formatting. - Added supports-color module to detect terminal color support. - Created dashboard and login views with Bootstrap styling. - Implemented user schema in SQL with mock data for testing.
This commit is contained in:
3
backend/node_modules/long/umd/index.d.ts
generated
vendored
Normal file
3
backend/node_modules/long/umd/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Long } from "./types.js";
|
||||
export = Long;
|
||||
export as namespace Long;
|
Reference in New Issue
Block a user