Skip to content

Commit fdc00a0

Browse files
committed
Fixinng types
1 parent d4515af commit fdc00a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

vitejs/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default backloop;
2-
declare function backloop(hostname?: string): {
2+
declare function backloop(hostname?: string, port?: number): {
33
name: string;
4-
apply: string;
5-
config(options: any): void;
4+
apply: ConfigEnv;
5+
config(options: UserConfigExport): void;
66
};

vitejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-backloop.dev",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Use backloop.dev for ViteJS development with https on localhost ",
55
"keywords": [
66
"vite-plugin",

0 commit comments

Comments
 (0)