@eslym/sveltekit-adapter-bun 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @eslym/sveltekit-adapter-bun
2
+
3
+ Another sveltekit adapter for bun
package/dist/dev.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ export declare function patchSveltekit(): Promise<void>;
2
+ export declare function startDevServer({ port, host, config }?: {
3
+ port?: number;
4
+ host?: string;
5
+ config?: string;
6
+ }): Promise<void>;