format
This commit is contained in:
parent
cb6d86945f
commit
a4deed23fe
14 changed files with 14 additions and 14 deletions
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
- name: Build
|
||||
run: bun run build
|
||||
- name: Prisma Schema Check
|
||||
run: bun prisma:validate
|
||||
run: bun prisma:validate
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@ bun build
|
|||
|
||||
You can preview the production build with `bun run preview`.
|
||||
|
||||
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
|
||||
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"greeting": "Hello {name}!"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@
|
|||
"tailwind-merge": "^2.5.5",
|
||||
"zod": "^3.24.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ export default defineConfig({
|
|||
},
|
||||
|
||||
testDir: 'e2e',
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
},
|
||||
"sourceLanguageTag": "en",
|
||||
"languageTags": ["en"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@
|
|||
</header>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import * as runtime from '$lib/paraglide/runtime';
|
||||
import { createI18n } from '@inlang/paraglide-sveltekit';
|
||||
export * as messages from '$lib/paraglide/messages';
|
||||
export const i18n = createI18n(runtime);
|
||||
export const i18n = createI18n(runtime);
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ export async function validateSession(event: ServerLoadEvent) {
|
|||
redirect(300, '/login');
|
||||
}
|
||||
return session;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
@apply h-screen w-screen bg-base-100;
|
||||
}
|
||||
</style>
|
||||
</ParaglideJS>
|
||||
</ParaglideJS>
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ export async function load(event) {
|
|||
return {
|
||||
user: rest,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ export async function load(event) {
|
|||
return {
|
||||
user: rest,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
</script>
|
||||
|
||||
<Navbar title="Svelte" username={data.user.name} />
|
||||
{@render children()}
|
||||
{@render children()}
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ export default defineConfig({
|
|||
test: {
|
||||
include: ['src/**/*.{test,spec}.{js,ts}'],
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue