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

3
.gitignore vendored
View File

@@ -40,4 +40,5 @@ next-env.d.ts
# folder foto kandidat
/public/image/
/public/file/
/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"
@@ -77,4 +77,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}
}