merge testing->tomerge/main #7

Open
anti wants to merge 242 commits from testing into tomerge/main
20 changed files with 8 additions and 1 deletions
Showing only changes of commit 9b59f8672e - Show all commits

View File

@@ -1 +0,0 @@
Collector starting → /home/anti/Tools/DECNET/decnet.log

View File

@@ -4,4 +4,12 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
proxy: {
'/api': {
target: 'http://127.0.0.1:8000',
changeOrigin: true,
},
},
},
})