From 3e72911e9bdeb15a9c142a4264f9ac8ecc7c2ff4 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Thu, 11 Jan 2024 18:22:39 +0700 Subject: [PATCH] fix first-run config --- database/database.sqlite | Bin 0 -> 12288 bytes first-run.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/database/database.sqlite b/database/database.sqlite index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f1a15e65d78a17e27cf5a8b5464aa4ecee378690 100644 GIT binary patch literal 12288 zcmeI#u};G<5C&j7MRY<%V(5Cc7+SSr;RPrtTL++BIw3b4twrom$3f}{kHVAUAfiAQ zMx^RL$#G8hos=)r&F^L=Fg+FC>Ohy`R7feVh=dR_u1;J{)cH}9#J$e{3Mnr9$4R`E z^tz(Aj1L3^AOHafKmY;|fB*y_009U<;Qs_}ljHt)ESEvAaxS-doQWSw-d60g{j_s) zpH3GkEvDDAl=kipowhuQm7}+F+3gPo^8M_qr!{M@gDG6uz9qjpsrEq8P?<+X#syxp zrx$Om_B(p!9qB3*#$}!@yFjjptIG2UwdIOlwa+%%|2$pkkZszIP2H%T&EwFIfB*y_ y009U<00Izz00bZa0SG|gfCVuBAMnq`r$GP$5P$##AOHafKmY;|fB*!(1wH{NVO~=J literal 0 HcmV?d00001 diff --git a/first-run.sh b/first-run.sh index 37e98d66f64..72367a33d41 100644 --- a/first-run.sh +++ b/first-run.sh @@ -8,7 +8,7 @@ composer install yarn install # create env file -cp .env.local.dist .env +cp .env.local .env # create the manifest.json file yarn build