We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67824eb commit 316c13fCopy full SHA for 316c13f
1 file changed
src/main.tsx
@@ -5,7 +5,7 @@ import "./styles/theme.css"
5
import "./index.css"
6
7
if (import.meta.env.MODE == 'development') {
8
- await import('@github/spark/initializeTelemetry.js');
+ await import('@github/spark/initializeTelemetry');
9
}
10
11
import "@github/spark/llm"
0 commit comments