Skip to content

Commit 5cf9486

Browse files
authored
[chore] fix VS Code syntax highlighting (#3165)
1 parent b0fa96b commit 5cf9486

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/kit/src/core/dev/index.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ import { SVELTE_KIT } from '../constants.js';
99
import { copy_assets } from '../utils.js';
1010
import { create_plugin } from './plugin.js';
1111

12-
/** @typedef {{
12+
/**
13+
* @typedef {{
1314
* cwd: string,
1415
* port: number,
1516
* host?: string,
1617
* https: boolean,
1718
* config: import('types/config').ValidatedConfig
18-
* }} Options */
19-
/** @typedef {import('types/internal').SSRComponent} SSRComponent */
19+
* }} Options
20+
* @typedef {import('types/internal').SSRComponent} SSRComponent
21+
*/
2022

2123
/** @param {Options} opts */
2224
export async function dev({ cwd, port, host, https, config }) {

0 commit comments

Comments
 (0)