[dep] switch to bun and update dep

This commit is contained in:
Purp1e
2024-11-11 09:50:28 +08:00
parent 16bc1f55a2
commit e308309fb8
10 changed files with 351 additions and 5814 deletions

11
next.config.ts Normal file
View File

@@ -0,0 +1,11 @@
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
reactStrictMode: true,
images: {
unoptimized: true,
},
output: "export",
}
module.exports = nextConfig