2025-06-06 02:46:15 +08:00

12 lines
207 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ssl vite
> 避免开发条件下每次都要重置 ssl因为浏览器换个项目都需要重新自签名同时导入 pem
## use
```js
import { ssl } from '@kevisual/ssl';
plugins = [ssl()];
```