attempt to use https

This commit is contained in:
Quentin Roussel
2024-03-27 23:55:53 +01:00
parent c239ab4487
commit c0c21aeeb8
8 changed files with 31 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"author": "Quentin Roussel",
"scripts": {
"dev": "next dev",
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"