Skip to content

Commit bd1c492

Browse files
committed
Readme
1 parent 701c913 commit bd1c492

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist
1+
#dist
22
node_modules
33
storybook-static
44
tmp

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh)
2020
- too much magic
2121
- forces in the router
2222
- several wrappers around renderer fn, undocummented stream apis
23+
- Caveats :
24+
- renderer is compiled on client build, should limit client build to some files, or refactor main folder with two entries. -> otherwise renderer has import not found
25+
- dev server and watcher not pipeing properly stdout
26+

0 commit comments

Comments
 (0)