-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init branch phuc-dev #27
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1,5 +1,5 @@ | |||
version: "3.8" | |||
name: nextjs-template | |||
# name: nextjs-template |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ủa sao xoá tên vậy?
On Tue, 22 Aug 2023 at 00:15 Sang Dang ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docker-compose.yaml
<#27 (comment)>
:
> @@ -1,5 +1,5 @@
version: "3.8"
-name: nextjs-template
+# name: nextjs-template
ủa sao xoá tên vậy?
—
Reply to this email directly, view it on GitHub
<#27 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN6UAIOYVEWINJ2D2UO7CQ3XWOJSNANCNFSM6AAAAAA3YWBIAQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
Dạ bên docker nó bị lỗi, em ko run đc! comment cái name lại thì nó chạy! (em dùng docker version version 20.10.12)
|
package.json
Outdated
"@types/node": "20.5.1", | ||
"@types/react": "18.2.20", | ||
"@types/react-dom": "18.2.7", | ||
"eslint": "8.47.0", | ||
"eslint-config-next": "13.4.19", | ||
"eslint-config-prettier": "9.0.0", | ||
"jotai": "^2.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jotai nên nằm trong dependencies
và nên install bằng -E
=> 2.3.1
prisma/schema.prisma
Outdated
@@ -60,3 +61,14 @@ model VerificationToken { | |||
|
|||
@@unique([identifier, token]) | |||
} | |||
|
|||
model Post { | |||
id Int @id @default(autoincrement()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id nên là uuid @id String @default(uuid())
f8bd2cb
to
bcfed73
Compare
Cái vercel build bị fail, anh đoán là do cái route |
Create EDITOR