Skip to content
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

Check 'useStaticAssets' vs '@nestjs/serve-static' #8

Open
resah opened this issue Jun 15, 2023 · 0 comments
Open

Check 'useStaticAssets' vs '@nestjs/serve-static' #8

resah opened this issue Jun 15, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers technical debt This should be done to keep the code clean

Comments

@resah
Copy link
Collaborator

resah commented Jun 15, 2023

Currently we define static resources for NestJS backend in

  1. main.ts
  2. app.module.ts with @nestjs/serve-static

Check if both is needed and remove one, if only one definition is required.
Preferred solution, would be removal of variant 2.

@resah resah added the technical debt This should be done to keep the code clean label Jun 15, 2023
@Esskla Esskla self-assigned this Jun 20, 2023
@resah resah added the good first issue Good for newcomers label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers technical debt This should be done to keep the code clean
Projects
None yet
Development

No branches or pull requests

2 participants