vite-cloudflared-tunnel
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

vite-cloudflared-tunnel

NPM version

A Vite Plugin on top of cloudflared-tunnel package to serve your localhost to the outside world during development.

Installation

 yarn add -D vite-cloudflared-tunnel

Usage

// vite.config.js
import viteCloudflaredTunnel from 'vite-cloudflared-tunnel'
export default {
  plugins: [
    // ...other vite plugins
    viteCloudflaredTunnel(),
  ],
}

License

MIT © Ahmed Rowaihi

Package Sidebar

Install

npm i vite-cloudflared-tunnel

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

4.55 kB

Total Files

4

Last publish

Collaborators

  • ahmedrowaihi