wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-13 13:04:47 +01:00
parent abc614ecfd
commit aece1fa7d3
9 changed files with 80 additions and 83 deletions

View File

@@ -32,6 +32,7 @@ export const load: LayoutLoad = async ({ params, url }) => {
throw redirect(307, '/applications');
}
const configurationPhase = checkConfiguration(application);
console.log({ configurationPhase });
// if (
// configurationPhase &&
// pathname !== `/applications/${params.id}/configuration/${configurationPhase}`