mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:01:40 +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
|
||||
|
||||
.next
|
||||
out/
|
||||
|
@ -2,6 +2,6 @@
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = nextConfig;
|
||||
|
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"export": "next export",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user