refactor: moving from nextjs to vite+react

This commit is contained in:
2024-01-28 12:14:04 +01:00
parent 1113bd01f2
commit 9179ab10ac
52 changed files with 610 additions and 2337 deletions

View File

@@ -1,6 +0,0 @@
export type Manifest = {
projects: Array<{
name: string;
files: Array<string>;
}>;
};