Custom target #3201
Unanswered
rtritto
asked this question in
Discussion
Custom target
#3201
Replies: 3 comments 18 replies
|
Do it in your |
0 replies
|
I need all my exports of server entry file without using any vite deployment plugin |
14 replies
|
@rtritto Correct me if I'm wrong but I think the bottom line here is that you want API routes. And I guess the reason you don't want to use Hono routes is because you want Filesystem Routing? In that case, you might want to consider creating a Vike extension that uses Alternatively, if you're open to it, consider using Telefunc which IMO is superior to API routes. Honest critical feedback about Telefunc welcome. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
With
photonwe can do:How can it be done with
universal-deploystack?Related: vikejs/vike-photon#41 (comment)
The logic should be here: https://github.com/universal-deploy/universal-deploy/blob/66e4e004641e64cf420578910ce41e29c05c79ac/packages/vite/src/plugins/supported.ts
All reactions