We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489b897 commit d9d98d0Copy full SHA for d9d98d0
packages/runtime/src/vite/types.ts
@@ -1,4 +1,6 @@
1
-export type { ServerOptions } from "srvx";
+import type { ServerOptions as SrvxServerOptions } from "srvx";
2
+
3
+export type ServerOptions = Omit<SrvxServerOptions, "manual">;
4
5
export interface PhotonPluginOptions {
6
/**
0 commit comments