12 implement twilio sms #37

Merged
BenjaminPalko merged 26 commits from 12-implement-twilio-sms into master 2025-01-02 20:11:28 -05:00
19 changed files with 20 additions and 20 deletions
Showing only changes of commit 18f1b78ca4 - Show all commits

View file

@ -6,7 +6,7 @@ builder.queryType({});
builder.queryField('version', (t) =>
t.string({
description: 'Application version',
resolve: () => version
resolve: () => version,
})
);

View file

@ -9,7 +9,7 @@ const config = {
kit: {
version: {
name: '1.0.0-alpha'
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.