seekr-osint / seekr

A multi-purpose OSINT toolkit with a neat web-interface.
GNU General Public License v3.0
561 stars 45 forks source link

[Website] typescript source map #629

Open 9glenda opened 1 year ago

9glenda commented 1 year ago

Not in releases tho

cn1t commented 1 year ago

What is this issue for

9glenda commented 1 year ago

It tells the browser where errors js are located in the typescript code. Basically it makes debugging easier.

https://www.typescriptlang.org/tsconfig#sourceMap

cn1t commented 1 year ago

It tells the browser where errors js are located in the typescript code. Basically it makes debugging easier.

https://www.typescriptlang.org/tsconfig#sourceMap

Ok gg