docker frontend cache doesn't depend on backend

This commit is contained in:
2023-01-15 13:11:25 +01:00
parent a2cdbdef7f
commit 593e2181f2
6 changed files with 6 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ import {
photoUploadSuccess,
} from "./actions";
import { IPhotosNewRespBody } from "../../../../src/routes/photos";
import { IPhotosListPagination } from "../../../../src/types";
import { IPhotosListPagination } from "../../../../src/shared/types";
// Thanks, https://dev.to/qortex/compute-md5-checksum-for-a-file-in-typescript-59a4
function computeChecksumMd5(file: File): Promise<string> {