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

参见 import.meta