Skip to content

Commit 6ba4b36

Browse files
authored
chore(website): disable qwikVite linter to speed up preview and builds (#936)
1 parent 2ef8a9a commit 6ba4b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/website/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default defineConfig(async () => {
7676
},
7777
}),
7878
qwikVite({
79+
lint: false,
7980
tsconfigFileNames: ['tsconfig.app.json'],
8081
client: {
8182
outDir: '../../dist/apps/website/client',

0 commit comments

Comments
 (0)