remove standalone config
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m19s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m19s
This commit is contained in:
@@ -85,11 +85,7 @@ export default function Home() {
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
if (
|
||||
!thirtyDayStatsFetching &&
|
||||
thirtyDayStats.getStatsRange &&
|
||||
!thirtyDayStatsError
|
||||
) {
|
||||
if (!thirtyDayStatsFetching && thirtyDayStats && !thirtyDayStatsError) {
|
||||
setLineChartArrState(lineChartArr(thirtyDayStats.getStatsRange));
|
||||
}
|
||||
}, [thirtyDayStats, thirtyDayStatsError, thirtyDayStatsFetching]);
|
||||
|
||||
@@ -47,7 +47,7 @@ const config: runtime.GetPrismaClientConfig = {
|
||||
"db"
|
||||
],
|
||||
"activeProvider": "mongodb",
|
||||
"postinstall": true,
|
||||
"postinstall": false,
|
||||
"inlineDatasources": {
|
||||
"db": {
|
||||
"url": {
|
||||
|
||||
Reference in New Issue
Block a user