mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
integrate electron forge
This commit is contained in:
parent
6abb3afc36
commit
f72dee731a
14 changed files with 3388 additions and 32 deletions
|
|
@ -5,6 +5,7 @@ import tailwindcss from '@tailwindcss/vite'
|
|||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
base: './', // Use relative paths for assets (required for Electron custom protocol)
|
||||
plugins: [
|
||||
react(),
|
||||
tailwindcss(),
|
||||
|
|
@ -14,4 +15,7 @@ export default defineConfig({
|
|||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
build: {
|
||||
outDir: 'dist',
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue