update arn
Some checks failed
Deploy / CreateImage (push) Failing after 28s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
skeris 2025-03-01 22:43:04 +03:00
parent 42179b5921
commit 57479d30a9
7 changed files with 20369 additions and 33569 deletions

BIN
.yarn/install-state.gz Normal file

Binary file not shown.

1
.yarnrc.yml Normal file

@ -0,0 +1 @@
nodeLinker: node-modules

@ -4,6 +4,7 @@ RUN apk update && rm -rf /var/cache/apk/*
WORKDIR /usr/app
COPY package.json .
COPY tsconfig.json .
RUN corepack enable
RUN yarn install --ignore-scripts --non-interactive --frozen-lockfile && yarn cache clean
COPY . .

23541
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -65,6 +65,8 @@
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"craco-alias": "^3.0.1"
}
},
"packageManager": "yarn@4.7.0"
}

@ -13,7 +13,7 @@ export default function LinkGenerationCard({ id, headerText, icon }: Props) {
const theme = useTheme();
const upMd = useMediaQuery(theme.breakpoints.up("md"));
const [linkToShortenField, setLinkToShortenField] = useState<string>("");
const [shortenedLink, setShortenedLink] = useState<string>("");
const [shortenedLink] = useState<string>("");
return (
<Paper

30389
yarn.lock

File diff suppressed because it is too large Load Diff