[Content]: Vinxi app.config.ts needs to be configured for Cloudflare deployment
@amirhhashemi がすでに取り組んでいます。
2025年3月8日 から。
評価
この issue はまだ評価されていません。
説明
📚 Subject area/topic
Cloudflare deployment
📋 Page(s) affected (or suggested, for new content)
/guides/deployment-options/cloudflare.mdx
📋 Description of content that is out-of-date or incorrect
- Vinxi
app.config.tsneeds to be configured to bundle for cloudflare:
server: {
preset: 'cloudflare-pages',
sourceMap: 'inline',
}
This will generate Cloudflare bundle in dist folder.
Serve the Cloudflare bundle locally with npx wrangler pages dev dist --port 3000
Note: source map is enabled to generate stack trace for runtime errors. This is useful for debugging compatibility issues between cloudflare/workerd and node. You can disable sourceMap to reduce deployment size at the cost of gibberish errors.
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
- 主要言語
- MDX
- スター
- 292
- フォーク
- 361
- 平均マージ
- 7時間 51分
- マージ済み PR(30日)
- 1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
solidjs/solid-docs のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
solidjs/solid-docs#1635 ·
-
good first issue solid solidstart
難易度 2/5 1〜3時間 初心者へのやさしさ 62/100
solidjs/solid-docs#1522 ·
-
pending review
solidjs/solid-docs#1637 · 担当者 1 名 ·
-
help wanted
solidjs/solid-docs#1636 · コメント 4 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 52/100
solidjs/solid-docs#1630 · コメント 1 件 ·