Returned back state of package.json

pull/480/head
kompotkot 2021-12-06 16:31:08 +00:00
rodzic 21c51a6427
commit 0765e6c25e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --hostname 127.0.0.1",
"dev": "next dev",
"build": "next build && next export -o build",
"start": "next start",
"lint": "eslint ./ --ext js,jsx,ts,tsx --fix",