First commit / commit pertama

This commit is contained in:
Mr.Haruna
2026-06-13 11:24:58 +07:00
commit 522c4f7200
166 changed files with 13326 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/**
* config.js
* Tanggung Jawab: Menyimpan konstanta dan konfigurasi global aplikasi.
*/
export const CONFIG = {
BASE_URL: '/01/backend/api',
// Konstanta tipe fitur
FEATURE_TYPES: {
SPBU: 'Point',
JALAN: 'LineString',
KAVLING: 'Polygon'
}
};