Skip to content

Commit d9d98d0

Browse files
committed
chore
1 parent 489b897 commit d9d98d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/runtime/src/vite/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export type { ServerOptions } from "srvx";
1+
import type { ServerOptions as SrvxServerOptions } from "srvx";
2+
3+
export type ServerOptions = Omit<SrvxServerOptions, "manual">;
24

35
export interface PhotonPluginOptions {
46
/**

0 commit comments

Comments
 (0)