diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 1686a94..a5e09a8 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -20,7 +20,7 @@ "$lib/*": ["src/lib/*"], "$components/*": ["src/lib/components/*"], "$router/*": ["src/lib/router/*"], - "$wails/*": ["wails/go/main/*"] + "$wails/*": ["wailsjs/go/*"] } }, "include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"], diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index b2a2749..25d1b88 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -11,7 +11,7 @@ export default defineConfig({ $lib: join(__dirname, 'src/lib'), $components: join(__dirname, 'src/lib/components'), $router: join(__dirname, 'src/lib/router'), - $wails: join(__dirname, 'wails'), + $wails: join(__dirname, 'wailsjs/go'), } }, })