We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89a8de commit ad8de54Copy full SHA for ad8de54
firmwareflasher.code-workspace
@@ -42,10 +42,13 @@
42
},
43
"liveServer.settings.multiRootWorkspaceName": "Example",
44
"cSpell.words": [
45
+ "autodetection",
46
"codegen",
47
+ "daisyui",
48
"eyetrack",
49
"eyetrackvrfft",
50
"flashtool",
51
+ "Goebel",
52
"highlightjs",
53
"hljs",
54
"improv",
vite.config.ts
@@ -28,6 +28,10 @@ export default defineConfig({
28
port: 3000,
29
host: true,
30
strictPort: true,
31
+ watch: {
32
+ // 3. tell vite to ignore watching `src-tauri`
33
+ ignored: ['**/src-tauri/**'],
34
+ },
35
36
build: {
37
rollupOptions: {
0 commit comments