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 # folder foto kandidat
/public/image/ /public/image/
/public/file/ /public/file/
certificates

View File

@@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev --experimental-https",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
@@ -77,4 +77,4 @@
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC" "license": "ISC"
} }