remove strapi

This commit is contained in:
Benjamin Palko 2026-01-22 23:56:48 -05:00
parent 32fd2642b1
commit 7b0880b53b
51 changed files with 35 additions and 7545 deletions

20
src/app.d.ts vendored
View file

@ -1,18 +1,14 @@
// See https://svelte.dev/docs/kit/types#app.d.ts
import type { Strapi } from '$lib/server/strapi';
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
interface Locals {
strapi: Strapi;
}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
}
export {};
export { };