Skip to content

Commit

Permalink
Merge pull request #181 from QwikDev/remove-demo-lib
Browse files Browse the repository at this point in the history
remove the demo lib
  • Loading branch information
thejackshelton authored Dec 25, 2024
2 parents 104eef8 + 7ee6677 commit 92c57c5
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 3,191 deletions.
8 changes: 1 addition & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@qwikdev/astro-website",
"astro-deno-demo",
"astro-node-demo",
"astro-demo",
"demo-lib"
]
"ignore": ["@qwikdev/astro-website", "astro-deno-demo", "astro-node-demo", "astro-demo"]
}
3 changes: 1 addition & 2 deletions apps/node-demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["./src/components/*"],
"demo-lib": ["../../libs/demo-lib"]
"@components/*": ["./src/components/*"]
},

"jsx": "react-jsx",
Expand Down
31 changes: 0 additions & 31 deletions libs/demo-lib/.eslintignore

This file was deleted.

40 changes: 0 additions & 40 deletions libs/demo-lib/.eslintrc.cjs

This file was deleted.

38 changes: 0 additions & 38 deletions libs/demo-lib/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions libs/demo-lib/.prettierignore

This file was deleted.

47 changes: 0 additions & 47 deletions libs/demo-lib/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions libs/demo-lib/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions libs/demo-lib/src/components/counter/counter.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions libs/demo-lib/src/components/logo/logo.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions libs/demo-lib/src/entry.dev.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions libs/demo-lib/src/entry.ssr.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions libs/demo-lib/src/index.ts

This file was deleted.

17 changes: 0 additions & 17 deletions libs/demo-lib/src/root.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions libs/demo-lib/tsconfig.json

This file was deleted.

30 changes: 0 additions & 30 deletions libs/demo-lib/vite.config.ts

This file was deleted.

Loading

0 comments on commit 92c57c5

Please sign in to comment.