AOEpeople / desk-compass

"Where's my desk?" - Search no more: Manage your floor plan and space layout; Keep track of item locations; Collaborate to maximize overview for your office, event location or lecture rooms. Written with NestJS, Svelte and Leaflet.

Home Page:http://opensource.aoe.com/desk-compass/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

resah opened this issue · comments

commented

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.