feat!: migrate to TypeScript and implement emulate using Miniflare
Signed-off-by: Pascal Vorwerk <info@fossores.de>
This commit is contained in:
11
placeholders.d.ts
vendored
Normal file
11
placeholders.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare module "SERVER" {
|
||||
export { Server } from "@sveltejs/kit";
|
||||
}
|
||||
|
||||
declare module "MANIFEST" {
|
||||
import { SSRManifest } from "@sveltejs/kit";
|
||||
|
||||
export const manifest: SSRManifest;
|
||||
export const prerendered: Set<string>;
|
||||
export const app_path: string;
|
||||
}
|
||||
Reference in New Issue
Block a user