chore(debug): envs in api functions

This commit is contained in:
Michael Zetterberg
2024-05-17 11:11:36 +02:00
parent 938200128f
commit afb27fc173
3 changed files with 2 additions and 1 deletions

View File

View File

@@ -5,6 +5,7 @@ public/*.svg
# Files
app/core.css
app/scandic.css
.env
.env.*
.prettierignore
netlify.toml

View File

@@ -32,4 +32,4 @@ package = "@netlify/plugin-nextjs"
remote_images = ["https://imagevault-stage.scandichotels.com.*", "https://imagevault.scandichotels.com.*"]
[functions]
included_files = ["./.env.api"]
included_files = ["./.env"]