HalfdanJ / svelte-adapter-appengine

Utilize the Google Cloud App Engine infrastructure to host SvelteKit content.
Apache License 2.0
64 stars 11 forks source link

importing default app.yaml file for deploying different versions #175

Open haewoniee opened 5 months ago

haewoniee commented 5 months ago

I usually use app.yaml for development or stage deployment, and app_prod.yaml for production deployment.

Can't we pass an option such as defaultYamlFile(where the default value is app.yaml) so that one can specify which one to load?