diff --git a/.gitignore b/.gitignore index 5b56de95..79d3109a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ next-env.d.ts *storybook.log .env.local + +certificates \ No newline at end of file diff --git a/package.json b/package.json index 05e9bbf4..719e64ef 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "scripts": { "dev": "next dev", + "dev:https": "next dev --experimental-https", "build": "next build", "start": "next start", "lint": "next lint",