Skip to content

Commit

Permalink
AIP-38 Fix UI following vite upgrade (apache#45934)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun authored Jan 22, 2025
1 parent 40590ed commit 1552f3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export default defineConfig({
cssInjectedByJsPlugin(),
],
resolve: { alias: { openapi: "/openapi-gen", src: "/src" } },
server: {
cors: true, // Only used by the dev server.
},
test: {
coverage: {
include: ["src/**/*.ts", "src/**/*.tsx"],
Expand Down

0 comments on commit 1552f3e

Please sign in to comment.