12 implement twilio sms #37
19 changed files with 20 additions and 20 deletions
|
|
@ -6,7 +6,7 @@ builder.queryType({});
|
||||||
builder.queryField('version', (t) =>
|
builder.queryField('version', (t) =>
|
||||||
t.string({
|
t.string({
|
||||||
description: 'Application version',
|
description: 'Application version',
|
||||||
resolve: () => version
|
resolve: () => version,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ const config = {
|
||||||
|
|
||||||
kit: {
|
kit: {
|
||||||
version: {
|
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.
|
// 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.
|
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue