aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/install/add-dev.md
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-09-15 23:39:36 -0700
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-09-15 23:39:36 -0700
commitcaa192480cf81460e6ff4bc8311366d9bf862971 (patch)
tree949baf44dc476539a06ba1f8106e724cbce63def /docs/guides/install/add-dev.md
parent6d8056554e73387bcc103acbc31020f82fa71f40 (diff)
downloadbun-caa192480cf81460e6ff4bc8311366d9bf862971.tar.gz
bun-caa192480cf81460e6ff4bc8311366d9bf862971.tar.zst
bun-caa192480cf81460e6ff4bc8311366d9bf862971.zip
mark binding
Diffstat (limited to 'docs/guides/install/add-dev.md')
0 files changed, 0 insertions, 0 deletions
upd-vite-vendored'>upd-vite-vendored Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-28[ci] formatGravatar TK 1-2/+2
2024-03-28feat: allow dynamic route segments in isr.exclude array (#10513)Gravatar TK 5-3/+69
* Allow dynamic route segments in isr.exclude array * copy over eslint-disable as well * add test * update test: slashes dont need to be escaped * update changeset --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2024-03-28[ci] formatGravatar Houston (Bot) 2-3/+3
2024-03-28[ci] release (#10597)Gravatar Houston (Bot) 37-66/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28db: Rework index config with generated index names (#10589)Gravatar Ben Holmes 6-68/+344
* feat: add indexes array config with name gen * fix: add _idx suffix, remove name from output * feat(test): new index config * chore: remove unused type * chore: changeset * chore: add sort() for consistent names * feat(test): consistent column ordering * feat(test): ensure no queries when migrating legacy to new