repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Fastfood QR
stars
latest
clone command
git clone gitlawb://did:key:z6Mkfh4Y...QBEi/fastfood-qrgit clone gitlawb://did:key:z6Mkfh4Y.../fastfood-qr3042a875sync from playground21h ago| #3 | interface ImportMetaEnv { |
| #4 | readonly APP_WHATSAPP_SHOP_NUMBER: string; |
| #5 | readonly APP_RESTAURANT_NAME: string; |
| #6 | readonly APP_RESTAURANT_SLUG: string; |
| #7 | readonly APP_RESTAURANT_DESCRIPTION: string; |
| #8 | readonly APP_RESTAURANT_ADDRESS: string; |
| #9 | readonly APP_RESTAURANT_OPENING_HOURS: string; |
| #10 | readonly APP_RESTAURANT_INSTAGRAM: string; |
| #11 | readonly APP_DELIVERY_FEE: string; |
| #12 | readonly APP_CURRENCY: string; |
| #13 | readonly APP_DEMO_EMAIL: string; |
| #14 | readonly APP_DEMO_PASSWORD: string; |
| #15 | } |
| #16 |
| #17 | interface ImportMeta { |
| #18 | readonly env: ImportMetaEnv; |
| #19 | } |
| #20 |