Changeset View
Changeset View
Standalone View
Standalone View
web/vite.config.ts
| import { fileURLToPath, URL } from 'node:url' | import { fileURLToPath, URL } from 'node:url' | ||||
| import { defineConfig } from 'vite' | import { defineConfig } from 'vite' | ||||
| import vue from '@vitejs/plugin-vue' | |||||
| import fs from 'fs' | import fs from 'fs' | ||||
| function updateNSIS() { | function updateNSIS() { | ||||
| Context not available. | |||||
| // https://vite.dev/config/ | // https://vite.dev/config/ | ||||
| export default defineConfig({ | export default defineConfig({ | ||||
| plugins: [ | plugins: [ | ||||
| vue(), | |||||
| { | { | ||||
| name: 'update-nsis', | name: 'update-nsis', | ||||
| closeBundle: async () => { | closeBundle: async () => { | ||||
| Context not available. | |||||