From b375f7482b8f9cb7f3b7f6a97c07977998126baa Mon Sep 17 00:00:00 2001 From: amel Date: Fri, 18 Oct 2024 14:32:10 +0800 Subject: [PATCH] upd: certificate --- .gitignore | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cdedd88..f5d4bce 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,5 @@ next-env.d.ts # folder foto kandidat /public/image/ -/public/file/ \ No newline at end of file +/public/file/ +certificates \ No newline at end of file diff --git a/package.json b/package.json index 1b5e4d5..095601e 100644 --- a/package.json +++ b/package.json @@ -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" -} +} \ No newline at end of file