chore: clean

This commit is contained in:
lawvs
2022-09-23 11:43:32 +08:00
parent 7a7afd4daf
commit 30596d182c
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -45,3 +45,4 @@ Thumbs.db
.history .history
.next .next
out/
+2 -2
View File
@@ -2,6 +2,6 @@
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
swcMinify: true, swcMinify: true,
} };
module.exports = nextConfig module.exports = nextConfig;
+1
View File
@@ -5,6 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"export": "next export",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },