This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b3db2c3c4b
astro
/
examples
/
env-vars
/
tsconfig.json
4 lines
40 B
JSON
Raw
Normal View
History
Unescape
Escape
Expose private `.env` variables to `import.meta.env` during SSR (#2612) * chore(examples): add env-vars example * feat: improve import.meta.env support * chore: add changeset * test: update astro-envs test * refactor: cleanup code based on feedback * fix: import.meta guard * fix: update memory test threshold to 10%
2022-02-18 22:06:56 +00:00
{
Add template tsconfigs for users to extend from (#4439) * Add tsconfig templates to extend from * Add changeset * Right order for assign parameters * Add tsconfigs to export map
2022-08-25 19:15:27 +00:00
"extends"
:
"astro/tsconfigs/base"
Expose private `.env` variables to `import.meta.env` during SSR (#2612) * chore(examples): add env-vars example * feat: improve import.meta.env support * chore: add changeset * test: update astro-envs test * refactor: cleanup code based on feedback * fix: import.meta guard * fix: update memory test threshold to 10%
2022-02-18 22:06:56 +00:00
}
Reference in a new issue
Copy permalink