added pnpm, vite, and typescript support
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from "vite";
|
||||
import path from "path";
|
||||
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
"@go": path.resolve(__dirname, "./wailsjs/go"),
|
||||
"@components": path.resolve(__dirname, "./src/components"),
|
||||
"@assets": path.resolve(__dirname, "./src/assets"),
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user