41795d1827
- Install dependencies: date-fns, @vite-pwa/sveltekit, workbox-window - Configure Vite with PWA support and manifest - Update SvelteKit config for static adapter with fallback - Create environment files (.env, .env.example, .env.production) - Create directory structure for lib, components, routes - Add JSDoc type definitions for Task, User, AuthTokens, etc. - Add utility functions: storage (localStorage wrapper), uuid, dates, sync-queue - Configure PWA with icons, theme colors, and caching strategies
7 lines
134 B
Bash
7 lines
134 B
Bash
# API Configuration
|
|
VITE_API_URL=https://opal.example.com/api
|
|
VITE_AUTH_URL=https://auth.example.com
|
|
|
|
# OAuth
|
|
VITE_OAUTH_ENABLED=true
|