Server Files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
base: './', // Use relative paths for built assets (essential for package:// urls)
|
||||
server: {
|
||||
port: 3000 // Ensure dev server runs on 3000 to match settings.json expectation
|
||||
},
|
||||
build: {
|
||||
outDir: '../client_packages/cef',
|
||||
emptyOutDir: true,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user