Skip to content

chore: fix some small issue for deploy #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4ee26b8
feat(backend): update email confirmation logic and add database confi…
Sma1lboy Mar 5, 2025
c9f2892
feat(frontend): add URL protocol prefix handling and update environme…
Sma1lboy Mar 5, 2025
24f2d1d
feat(docker): add Traefik configuration for reverse proxy and TLS sup…
Sma1lboy Mar 5, 2025
a225283
[autofix.ci] apply automated fixes
autofix-ci[bot] Mar 5, 2025
1b0bd4e
fix: update imports from 'codefox-common' to remove '/dist/esm' path
Sma1lboy Mar 5, 2025
7705e1f
fix: update TypeScript configuration to set root directory and clean …
Sma1lboy Mar 5, 2025
0970ef0
feat: enhance Traefik configuration for subdomain support and update …
Sma1lboy Mar 5, 2025
b62c388
chore: fix some small issue for deploy (#161)
Sma1lboy Mar 5, 2025
120a83f
feat(backend): add security check (#163)
ZHallen122 Mar 5, 2025
2a9b0f6
Merge branch 'main' into chore-fix-some-small-issue-for-deploy
Sma1lboy Mar 5, 2025
ac304fd
[autofix.ci] apply automated fixes
autofix-ci[bot] Mar 5, 2025
f4f0be9
feat: enhance Traefik configuration with CORS middleware and update s…
Sma1lboy Mar 6, 2025
5b8fbf8
feat(api): optimize screenshot handling with reusable browser instanc…
Sma1lboy Mar 6, 2025
5ee42aa
chore: remove unused dependencies and clean up project structure
Sma1lboy Mar 6, 2025
85f6461
chore: update documentation for improved clarity and consistency
Sma1lboy Mar 6, 2025
e648368
refactor: simplify URL protocol handling and TLS validation logic
Sma1lboy Mar 6, 2025
25af6c1
feat(traefik): update CORS settings to allow all origins and headers
Sma1lboy Mar 6, 2025
7c24817
refactor(chat): clean up code by removing unused imports and adding d…
Sma1lboy Mar 6, 2025
603b7fd
refactor(chat): enhance sidebar functionality and simplify layout str…
Sma1lboy Mar 6, 2025
f323076
chore: add code quality rules to enforce commenting standards
Sma1lboy Mar 6, 2025
a9dd811
feat(sidebar): implement virtualization for chat list and optimize co…
Sma1lboy Mar 6, 2025
686abc8
feat(chat): add console, preview, and code tabs with responsive toolb…
Sma1lboy Mar 7, 2025
bc13608
feat(code-engine): implement file selection and update file structure…
Sma1lboy Mar 7, 2025
fc46cda
feat(project-context): add projectLoading state and enhance initial d…
Sma1lboy Mar 7, 2025
b00196f
Merge branch 'main' into chore-fix-some-small-issue-for-deploy
Sma1lboy Mar 7, 2025
7b37a09
[autofix.ci] apply automated fixes
autofix-ci[bot] Mar 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Mar 5, 2025
commit a225283fbb3564e28a92033a51becb2995e87ec1
6 changes: 2 additions & 4 deletions backend/nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
"mail/templates/**/*"
],
"assets": ["mail/templates/**/*"],
"deleteOutDir": true
}
}
}
2 changes: 1 addition & 1 deletion codefox-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading
Loading