Skip to content

Commit

Permalink
chore: 🤖 still ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Feb 8, 2025
1 parent 53ab0fd commit 067c6c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/qwik-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"serve": "^14.2.3"
},
"dependencies": {
"@builder.io/qwik": "^1.6.0"
"@builder.io/qwik": "1.12.0"
}
}
3 changes: 3 additions & 0 deletions apps/qwik-jsx/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export default defineConfig({
plugins: [
qwikVite({
csr: true,
client: {
outDir: "dist/client",
}
}),
],
experimental: {
Expand Down
2 changes: 1 addition & 1 deletion packages/build-tester/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const list = fs.readdirSync(appDir);
const urlRegex = /http:\/\/(?:www\.)?[a-zA-Z0-9-]+\:\d+/g

// ignore app list
const ignoreList = [];
const ignoreList = ["qwik-jsx", "qwik-tsx"];
const includeList = process.argv.slice(2);

let hasError = false;
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 067c6c1

Please sign in to comment.