Skip to content

Commit a5e3a87

Browse files
Update packages/kit/src/core/sync/write_env.js
Co-authored-by: Ben McCann <[email protected]>
1 parent 4a17268 commit a5e3a87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/kit/src/core/sync/write_env.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const autogen_comment = '// this file is generated — do not edit it\n';
99
* Writes the existing environment variables in process.env to
1010
* $env/static/private and $env/static/public
1111
* @param {import('types').ValidatedKitConfig} config
12-
* @param {string} mode
13-
* The Vite mode.
12+
* @param {string} mode The Vite mode
1413
*/
1514
export function write_env(config, mode) {
1615
const env = get_env(mode, config.env.publicPrefix);

0 commit comments

Comments
 (0)