We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4cbd0 commit 3dc41ccCopy full SHA for 3dc41cc
.gitignore
@@ -6,6 +6,7 @@ uv.lock
6
.mypy_cache
7
.dmypy.json
8
.pytest_cache
9
+.yarn
10
11
*.env
12
!ci.env
frontend/.yarnrc.yml
@@ -0,0 +1,3 @@
1
+nodeLinker: node-modules
2
+
3
+yarnPath: .yarn/releases/yarn-4.9.1.cjs
frontend/vite.config.ts
@@ -4,12 +4,4 @@ import { defineConfig } from 'vite';
4
// https://vite.dev/config/
5
export default defineConfig({
plugins: [react()],
- optimizeDeps: {
- esbuildOptions: {
- target: 'esnext',
- },
- build: {
13
14
15
});
0 commit comments