gpstracker/frontend/env.d.ts
Fabio Manganiello 5dfde74ccf Major bootstrap.
- Migrated frontend to Vue.

- Migrated frontend map to OL API.

- Extended environment variables.

- README.

- Country information/flag integration.

- Implemented generic db/repo.
2025-02-22 16:31:43 +01:00

2 lines
74 B
TypeScript

/// <reference types="vite/client" />
declare const __API_PATH__: string;