Skip to content

Commit 484a0a1

Browse files
v2: move llms txt into folder + monorepo script refactor (#340)
* feat: add more lint rules * refactor: update linter url * feat: simpler lint plugin handling * feat: remove last workflows and more lint rules * refactor: move llm.txt to ai folder * fix: monorepo scripts * refactor: build scripts
1 parent dd72353 commit 484a0a1

File tree

10 files changed

+6
-543
lines changed

10 files changed

+6
-543
lines changed
File renamed without changes.
File renamed without changes.

libs/components/CHANGELOG.md

Lines changed: 0 additions & 329 deletions
This file was deleted.

libs/components/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"build": "pnpm run build.lib & pnpm run build.types",
2525
"build.lib": "rolldown -c rolldown.config.ts",
2626
"build.types": "tsc --emitDeclarationOnly --outDir ./lib-types",
27-
"dev": "vite --mode ssr",
28-
"generate.styles": "node styles/tailwind/generate.ts",
29-
"qwik": "qwik"
27+
"generate.styles": "node styles/tailwind/generate.ts"
3028
},
3129
"devDependencies": {
3230
"@axe-core/playwright": "^4.9.1",

0 commit comments

Comments
 (0)