We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bf1ea commit 243d44cCopy full SHA for 243d44c
1 file changed
astro.config.mjs
@@ -61,6 +61,7 @@ export default defineConfig({
61
STRIPE_PUBLISHABLE_KEY: envField.string({
62
context: "client",
63
access: "public",
64
+ optional: true,
65
}),
66
STRIPE_API_VERSION: envField.string({
67
0 commit comments