Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leavesster/jiti-require-cache


https://github.com/leavesster/jiti-require-cache

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# jiti require cache

测试 jiti 的 cache 功能。nodejs 的 require 自带缓存功能,禁用 jiti 的缓存并没有效果。

## 安装依赖

```shell
pnpm install
```

## 运行

```shell
pnpm build && pnpm start
```