upd: certificate

This commit is contained in:
amel
2024-10-18 14:32:10 +08:00
parent 3add127b64
commit b375f7482b
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -41,3 +41,4 @@ next-env.d.ts
# folder foto kandidat
/public/image/
/public/file/
certificates

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"