- Added ESLint with TypeScript support and custom rules. - Introduced Prettier for consistent code formatting. - Updated package.json to include lint and format scripts. - Modified db.ts to ensure proper parsing of BIGINT types from PostgreSQL. - Enhanced webRoutes to coerce timestamp fields to numbers and format isDeleted as boolean.
14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
node_modules
|
|
dist
|
|
*.log
|
|
.env
|
|
.git
|
|
.gitignore
|
|
.vscode
|
|
.idea
|
|
README.md
|
|
docker-compose.yml
|
|
Dockerfile
|
|
data/
|
|
collabtable.db
|