Commit Graph

11 Commits

Author SHA1 Message Date
Tony 7b92b63c90 chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle`
thanks to https://github.com/rolldown/tsdown/pull/819
2026-03-16 18:24:08 +08:00
dependabot[bot] 829d7f0055
chore(deps-dev): bump tsdown from 0.20.3 to 0.21.0 (#21317)
* chore(deps-dev): bump tsdown from 0.20.3 to 0.21.0

Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.20.3 to 0.21.0.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/compare/v0.20.3...v0.21.0)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(config): `inlineOnly` -> `deps.onlyAllowBundle`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 23:13:23 +08:00
dependabot[bot] b058ba13da
chore(deps-dev): bump tsdown from 0.20.0 to 0.20.3 (#21068)
* chore(deps-dev): bump tsdown from 0.20.0 to 0.20.3

Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.20.0 to 0.20.3.
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/compare/v0.20.0...v0.20.3)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.20.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): set inlineOnly to false in multiple tsdown config files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-13 19:16:08 +08:00
DIYgod cf4e772de8
refactor: replace art template with jsx (#20777)
* refactor: replace art template with jsx

* fix: tsx files

* fix: renderToString import

* fix: hono html raw import

* feat: remove art
2025-12-29 12:27:32 +08:00
Stephen Zhou fd98be1027
chore: fix art template on vercel (#20647) 2025-12-08 00:21:14 +08:00
Stephen Zhou c8bb804a47
chore: try root public for vercel 2025-12-07 00:15:41 +08:00
Stephen Zhou 0e4dbed374
chore: try dist folder for vercel static 2025-12-07 00:06:20 +08:00
Stephen Zhou add80cdb57
chore: fix vercel serve static 2025-12-06 23:50:22 +08:00
github-actions[bot] a28890a135 style: auto format 2025-11-27 02:55:46 +00:00
DIYgod bbe768246f
feat: vercel compatibility 2025-08-11 21:39:03 +08:00
DIYgod 20b67e1402
chore: add Vercel build configuration
- Introduced a new build script for Vercel in package.json.
- Created a new tsdown configuration file for Vercel deployment.
- Updated tsconfig.json to remove the deprecated vercel.ts file from the include path.
- Added a new server entry point for compatibility with Vercel's deployment.
2025-08-10 18:34:16 +08:00