getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.23k stars 166 forks source link

Load .env file in Vite builds #6516

Closed lukasbestle closed 4 days ago

lukasbestle commented 4 days ago

Description

Summary of changes

Ensure that variables from .env are available in process.env during Vite builds

Reasoning

Allows to override options like SERVER (ex VUE_APP_DEV_SERVER)

Changelog

Housekeeping

Breaking changes

None

For review team