diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-10-27 17:26:42 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-28 11:18:53 -0700 |
commit | a68403d09006af3e7f75aacb9e818ce3bcf60b13 (patch) | |
tree | 26ba8f95660697ef9d20a6f4d6fdccf327444f22 /tests/subdir | |
parent | da959e8c878382ce3417ab61db8ccf1ae9a660fa (diff) |
Add application/x-typescript mime type support
Diffstat (limited to 'tests/subdir')
-rw-r--r-- | tests/subdir/mt_application_x_typescript.t4.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subdir/mt_application_x_typescript.t4.ts b/tests/subdir/mt_application_x_typescript.t4.ts new file mode 100644 index 000000000..e67d2a017 --- /dev/null +++ b/tests/subdir/mt_application_x_typescript.t4.ts @@ -0,0 +1 @@ +export const loaded = true; |