mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 04:43:20 +03:00
chore: clean
This commit is contained in:
parent
7a7afd4daf
commit
30596d182c
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ Thumbs.db
|
|||||||
.history
|
.history
|
||||||
|
|
||||||
.next
|
.next
|
||||||
|
out/
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
}
|
};
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig;
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user