We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78329d1 commit 892fe88Copy full SHA for 892fe88
resources/js/ssr.ts
@@ -8,8 +8,8 @@ import { route as ziggyRoute } from 'ziggy-js';
8
const appName = import.meta.env.VITE_APP_NAME || 'Laravel';
9
10
/**
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.
+ * Added eslint-disable-next-line @typescript-eslint/ban-ts-comment and @ts-ignore to fix the error.
+ * 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.
13
*/
14
15
createServer((page) =>
0 commit comments