* feat(serve-static): support absolute root
* add bun runtime test
* don't use `Request`
* add code for deno
* remove unnecessay `console.log`
* use `normalizeFilePath` instead of `URL`
* use `URL` for `options.root`
* don't allow directory traversal and fix the behavior when root including `../`