'How to deploy Sveltkit app on App Engine?
I'm trying to deploy the Sveltkit App on App Engine. Tried several ways but there's not a single efficient way I've found yet. How to deploy it properly?
Solution 1:[1]
There are a ton of ways to deploy. Never used app engine personally, but if you use SvelteKit and the Node adapter, you should be able to deploy the site like a normal NodeJS app.
Currently, I am using SvelteKit's static adapter and deploying to Firebase just like any other static website. Highly recommend using SvelteKit for building, takes out the complexity of doing it all yourself.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | BlueFrog |
