#3 update
Some checks failed
Deploy / server (push) Successful in 21s
Deploy / client (push) Failing after 34s

This commit is contained in:
Никита Круглицкий
2025-10-01 21:45:55 +06:00
parent a85ec48203
commit 3b7d5f7934
4 changed files with 7 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ COPY package.json yarn.lock ./
RUN yarn install
COPY . .
RUN yarn build
RUN yarn generate
FROM nginx:stable-alpine

View File

@@ -1,5 +1,5 @@
{
"name": "nuxt-app",
"name": "chad-client",
"type": "module",
"private": true,
"scripts": {