+
+
+
{messages.sms_prompt()}
+ {#if form?.error}
+ {@render alert(form.error)}
+ {/if}
+
+
+
+
+
+
diff --git a/svelte.config.js b/svelte.config.js
index 3ad145a..9045621 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -8,6 +8,9 @@ const config = {
preprocess: vitePreprocess(),
kit: {
+ version: {
+ name: '1.0.0-alpha',
+ },
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.