Removed RDP in favor of VNC / Made WireGuard Tunnel Persistent

This commit is contained in:
2026-02-05 23:05:23 -07:00
parent 287d3b1cf7
commit 0d40ca6edb
35 changed files with 2207 additions and 1400 deletions

View File

@@ -42,6 +42,14 @@ const httpsOptions = certPath && keyPath
export default defineConfig({
plugins: [react()],
esbuild: {
target: "es2022",
},
optimizeDeps: {
esbuildOptions: {
target: "es2022",
},
},
server: {
open: true,
host: true,
@@ -69,6 +77,7 @@ export default defineConfig({
outDir: 'build',
emptyOutDir: true,
chunkSizeWarningLimit: 1000,
target: 'es2022',
rollupOptions: {
output: {
// split each npm package into its own chunk