We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065f84e commit c55729bCopy full SHA for c55729b
.env.example
@@ -1,9 +1,7 @@
1
# Pictique Configuration
2
-PUBLIC_PICTIQUE_URL=your_public_pictique_url_here
3
PUBLIC_PICTIQUE_BASE_URL=your_public_pictique_base_url_here
4
5
# Blabsy Configuration
6
-PUBLIC_BLABSY_URL=your_public_blabsy_url_here
7
PUBLIC_BLABSY_BASE_URL=your_public_blabsy_base_url_here
8
9
# Eid Wallet Configuration
platforms/pictique/src/env.d.ts
@@ -0,0 +1,7 @@
+/// <reference types="@sveltejs/kit" />
+
+declare namespace App {}
+declare module '$env/static/public' {
+ export const PUBLIC_PICTIQUE_BASE_URL: string;
+}
0 commit comments