vite-plugin-hot-printurls
v0.0.5
Published
After the hot update is complete, print the project address in the terminal
Downloads
314
Readme
// vite.config.js
import {hotPrintUrls} from "vite-plugin-hot-printurls"
export default defineConfig({
// other config
plugins: [
// ...
hotPrintUrls(),
],
})