We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4515af commit fdc00a0Copy full SHA for fdc00a0
2 files changed
vitejs/index.d.ts
@@ -1,6 +1,6 @@
1
export default backloop;
2
-declare function backloop(hostname?: string): {
+declare function backloop(hostname?: string, port?: number): {
3
name: string;
4
- apply: string;
5
- config(options: any): void;
+ apply: ConfigEnv;
+ config(options: UserConfigExport): void;
6
};
vitejs/package.json
{
"name": "vite-plugin-backloop.dev",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Use backloop.dev for ViteJS development with https on localhost ",
"keywords": [
"vite-plugin",
0 commit comments