Creating examples for Hono deployment on Vercel#1125
Closed
Conversation
- Create complete Vercel deployment example - Add esbuild bundling for serverless functions - Include TypeScript configuration and build scripts - Add comprehensive README with deployment instructions - Configure pnpm for Vercel compatibility Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/dda89e50-471b-46f6-b66d-8ec4d0f19cf4 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Claude created this pull request from a session on behalf of
hotlong
April 14, 2026 02:20
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
| import { createHonoApp } from '@objectstack/hono'; | ||
| import { getRequestListener } from '@hono/node-server'; | ||
| import type { Hono } from 'hono'; | ||
| import config from '../objectstack.config.js'; |
| // Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license. | ||
|
|
||
| import { defineStack } from '@objectstack/spec'; | ||
| import { AppPlugin, DriverPlugin } from '@objectstack/runtime'; |
Copilot stopped work on behalf of
xuyushun441-sys due to an error
April 14, 2026 03:10
Contributor
Copilot stopped work on behalf of
xuyushun441-sys due to an error
April 14, 2026 04:10
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request created by AI Agent