format
This commit is contained in:
parent
c5b6a1e38d
commit
18f1b78ca4
19 changed files with 20 additions and 20 deletions
|
|
@ -6,7 +6,7 @@ builder.queryType({});
|
|||
builder.queryField('version', (t) =>
|
||||
t.string({
|
||||
description: 'Application version',
|
||||
resolve: () => version
|
||||
resolve: () => version,
|
||||
})
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue