Skip to content

AminAhmadyDeveloper/vite-plugin-localtunnel

Repository files navigation

Usage

To start using the library, install it in your project:

npm install -D vite-localtunnel-plugin

Add localtunnel() to your vite plugins, start server and that it!

import { localtunnel } from 'vite-localtunnel-plugin';

export default defineConfig({
  plugins: [..., localtunnel()],
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published