Skip to content

Commit 31c5bf7

Browse files
committed
style: lint
1 parent 7b4d0c8 commit 31c5bf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/bin/serve.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import 'reflect-metadata'
1414
import { Ignitor } from '@adonisjs/core'
1515
import { readFile } from 'node:fs/promises'
1616
import { defineConfig } from '@adonisjs/vite'
17-
import { ApplicationService } from '@adonisjs/core/types'
17+
import type { ApplicationService } from '@adonisjs/core/types'
1818
import { defineConfig as defineHttpConfig } from '@adonisjs/core/http'
1919

2020
/**
@@ -50,7 +50,7 @@ async function defineRoutes(app: ApplicationService) {
5050
result[from] = to
5151
return result
5252
},
53-
{} as Record<string, string>
53+
{} as Record<string, string>,
5454
)
5555

5656
router.get('*', async ({ request, response }) => {

0 commit comments

Comments
 (0)