Commit 0e1d6e51 authored by Kantz's avatar Kantz
Browse files

zugriff als server

parent 6f01dbda
...@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react' ...@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/ // https://vite.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
server: {
allowedHosts: ['vm11.fkc.hft-stuttgart.de']
},
}) })
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment