Skip to content

Commit

Permalink
Update packages/kit/src/core/sync/write_env.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
1 parent 4a17268 commit a5e3a87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kit/src/core/sync/write_env.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const autogen_comment = '// this file is generated — do not edit it\n';
* Writes the existing environment variables in process.env to
* $env/static/private and $env/static/public
* @param {import('types').ValidatedKitConfig} config
* @param {string} mode
* The Vite mode.
* @param {string} mode The Vite mode
*/
export function write_env(config, mode) {
const env = get_env(mode, config.env.publicPrefix);
Expand Down

0 comments on commit a5e3a87

Please sign in to comment.