sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.12k stars 133 forks source link

Support Nitro servers #21

Open ennioVisco opened 4 months ago

ennioVisco commented 4 months ago

It would be very nice if there was some documentation for deploying Nitro servers. This could be very helpful both for Nuxt and Solid users.

Cross-reference: https://github.com/unjs/nitro/issues/2236

ION-246

thdxr commented 3 months ago

@ryansolid just messaged me about this - i'm going to take a look this week to get solid-start working

armenr commented 3 months ago

+1 for Nuxt. Big +1. If there's a way to support/donate/sponsor that (the Nuxt integration) we'd be very keen on it.

kylegl commented 2 months ago

Curious if solid start is supported? I see it referenced in the docs but haven't been able to successfully deploy. Thanks!

btw I figured it out.

For solidStart and imagine for nuxt as well I added this and it works.

//  app.config.ts

export default defineConfig({
server: {
    preset: 'aws-lambda'
}
})
claughinghouse commented 1 month ago

Now that SolidStart is supported on AWS, is Cloudflare support planned for nitro-based apps?