Skip to main content
Bun 在 import.meta 对象上提供了一些模块特定的实用工具。使用 import.meta.dir 获取当前文件所在目录的绝对路径。
/a/b/c.ts

参见 import.meta