Skip to content

Commit 3bca132

Browse files
feat: initialize NestJS application with validation, security middleware, CORS, and Swagger documentation
2 parents 3d737d6 + cdfb291 commit 3bca132

47 files changed

Lines changed: 3446 additions & 720 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ dist
2323
dist-ssr
2424
*.local
2525

26+
frontend/test-results
27+
frontend/playwright-report
28+
frontend/playwright/.cache
29+
2630
# Editor directories and files
2731
.vscode/*
2832
!.vscode/extensions.json

0 commit comments

Comments
 (0)