Added linux release scripts
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import legacy from '@vitejs/plugin-legacy'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { defineConfig } from 'vite'
|
||||
import { VitePWA } from 'vite-plugin-pwa'; // https://ionicframework.com/docs/react/pwa
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
react(),
|
||||
VitePWA({ registerType: 'autoUpdate' }),
|
||||
legacy()
|
||||
],
|
||||
test: {
|
||||
|
||||
Reference in New Issue
Block a user