We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530f7cc commit 88e7e6aCopy full SHA for 88e7e6a
packages/brisa/src/utils/get-content-type-from-path/index.ts
@@ -7,6 +7,8 @@ import mime from 'mime-types';
7
*
8
* @todo TODO: Remove this in the future when we have a better solution in Node.js
9
10
+ * Node issue: https://github.com/nodejs/node/issues/54595
11
+ *
12
* In Bun is possible via Bun(file).type, but there are some differences, like:
13
* - test.js is text/javascript;charset=utf-8 instead of application/javascript;charset=utf-8
14
*/
0 commit comments