Skip to content

Commit 56b3e11

Browse files
committed
fix: code review
1 parent edc098e commit 56b3e11

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/runtime/src/store/index.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ import { TerminalStore } from './terminal.js';
1515
interface StoreOptions {
1616
webcontainer: Promise<WebContainer>;
1717

18-
/** Whether or not authentication is used for the WebContainer API */
18+
/**
19+
* Whether or not authentication is used for the WebContainer API.
20+
*/
1921
useAuth: boolean;
2022

21-
/** The base path to use when fetching files. */
23+
/**
24+
* The base path to use when fetching files.
25+
*/
2226
basePathname?: string;
2327
}
2428

0 commit comments

Comments
 (0)