Skip to content

Commit 892fe88

Browse files
Update comment
1 parent 78329d1 commit 892fe88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/ssr.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { route as ziggyRoute } from 'ziggy-js';
88
const appName = import.meta.env.VITE_APP_NAME || 'Laravel';
99

1010
/**
11-
* Added eslint-disable-next-line @typescript-eslint/ban-ts-comment and @ts-ignore to fix the error.
12-
* I'm not sure if the fix really leads to a type-safe Javascript.
11+
* Added eslint-disable-next-line @typescript-eslint/ban-ts-comment and @ts-ignore to fix the error.
12+
* I'm not sure if the fix really leads to a type-safe Javascript. However, it looks like a javascript hack to me, which is perfectly legitimate.
1313
*/
1414

1515
createServer((page) =>

0 commit comments

Comments
 (0)