mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
import fix in frontend (how did it work??)
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
|||||||
--cache-from=type=local,src=/tmp/dockercache .
|
--cache-from=type=local,src=/tmp/dockercache .
|
||||||
- run:
|
- run:
|
||||||
name: prune cache
|
name: prune cache
|
||||||
command: docker buildx prune --keep-storage=2gb --verbose
|
command: docker buildx prune --keep-storage=4gb --verbose
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: buildx-photos-circleci-{{ checksum "/tmp/dockercache/index.json" }}
|
key: buildx-photos-circleci-{{ checksum "/tmp/dockercache/index.json" }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { Reducer } from "react";
|
import { Reducer } from "react";
|
||||||
import { IUserJSON } from "~/src/entity/User";
|
import { IUserJSON } from "~/src/shared/types";
|
||||||
import { AuthAction, AuthTypes } from "~src/redux/auth/actions";
|
import { AuthAction, AuthTypes } from "~src/redux/auth/actions";
|
||||||
import { UserAction, UserTypes } from "./actions";
|
import { UserAction, UserTypes } from "./actions";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user