1.0.7 • Published 11 months ago

@eventengineering/vite-bonjour-advertise v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Vite Bonjour Advertise

This package is a vite plugin to advertise any hosted vite bundle over Bonjour

Installation

npm install @eventengineering/vite-bonjour-advertise

Usage

import ViteBonjourAdvertise from '@eventengineering/vite-bonjour-advertise';

export default defineConfig(() => ({
	...
	plugins: [
		...
		ViteBonjourAdvertise(),
	],
});

Settings

A settings object can be passed into the function. This can contain:

  • name (string - defaults to the OS hostname)
  • types (Array of string - defaults to "http" and "vite")
1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.0

1 year ago