svelte-adapter-appengine
svelte-adapter-appengine copied to clipboard
Utilize the Google Cloud App Engine infrastructure to host SvelteKit content.
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.2. Release notes Sourced from yaml's releases. v2.4.2 Restrict YAML 1.1 boolean strings to their explicit capitalization (#530) Add sponsorship by Scipress (#536) v2.4.1 cst:...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Bumps [polka](https://github.com/lukeed/polka) from 1.0.0-next.24 to 1.0.0-next.25. Release notes Sourced from polka's releases. v1.0.0-next.25 NEW Add @polka/compression package! (#148): a2105e0, 7745eb4 A lightweight compression replacement, with opt-in Brotli support. Thank you...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
I have a sveltekit project where I have a multiple images, css files, and fonts under /static folder. When I build with sveltekit-adapter-appengine, I get this message: ``` You've exceeded...
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...
Currently, AppEngine complains during upload: ```bash Updating service [default]...⠶WARNING: *** Improve build performance by generating and committing package-lock.json. ``` If this is not some kind of config error on my...
Even though running `vite dev` and also `vite preview` work locally, after deployment both chrome and safari aren't loading the JS due to this error (this is the chrome version,...