Skip to content

Commit 8307207

Browse files
authored
Fix SolidJS not being found. (#964)
1 parent 48e884a commit 8307207

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bun.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/hang-demo/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@
1616
"@moq/watch": "workspace:^",
1717
"@moq/publish": "workspace:^"
1818
},
19+
"//devDependencies": "solid-js and solid-element are only needed because Vite resolves raw .tsx source from workspace packages. They are NOT needed when using @moq/watch and @moq/publish as published npm packages.",
1920
"devDependencies": {
2021
"@tailwindcss/typography": "^0.5.16",
2122
"@tailwindcss/vite": "^4.1.13",
2223
"esbuild": "^0.27.0",
2324
"highlight.js": "^11.11.1",
25+
"solid-element": "^1.9.1",
26+
"solid-js": "^1.9.10",
2427
"tailwindcss": "^4.1.13",
2528
"typescript": "^5.9.2",
2629
"vite": "^7.3.1",

0 commit comments

Comments
 (0)