Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
5 changes: 1 addition & 4 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const withMDX = createMDX()

const nextConfig: NextConfig = {
output: 'export',
cleanDistDir: true,
reactStrictMode: true,
poweredByHeader: false,
images: {
Expand All @@ -49,9 +48,7 @@ const nextConfig: NextConfig = {
experimental: {
swcPlugins: [['@lingui/swc-plugin', {}]],
},
typedRoutes: false,
serverExternalPackages: ['typescript', 'twoslash', 'esbuild-wasm'],
transpilePackages: ['@workspace/mdx-plugins'],
serverExternalPackages: ['typescript', 'twoslash'],
}

export default [withBundleAnalyzer, withMDX, withAutoImport].reduce(
Expand Down
32 changes: 18 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.28.0",
"packageManager": "pnpm@10.28.1",
"author": "Brendan Dash <me@aiwan.run> (https://aiwan.run/)",
"repository": {
"type": "git",
"url": "https://github.com/Debbl/aiwan.run.git"
},
"scripts": {
"dev": "turbo run dev && next dev",
"build": "pnpm compile && turbo run build && next build && serwist build",
"dev": "next dev",
"build": "pnpm compile && next build && serwist build",
"build:analyze": "ANALYZE=true next build",
"extract": "lingui extract",
"compile": "lingui compile",
Expand All @@ -33,11 +33,11 @@
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"fumadocs-core": "^16.4.7",
"fumadocs-mdx": "^14.2.5",
"fumadocs-mdx": "^14.2.6",
"fumadocs-twoslash": "^3.1.12",
"fumadocs-ui": "^16.4.7",
"motion": "12.23.24",
"next": "^16.1.3",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
Expand All @@ -55,25 +55,26 @@
"@lingui/swc-plugin": "^5.10.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/bundle-analyzer": "^16.1.3",
"@next/mdx": "^16.1.3",
"@next/bundle-analyzer": "^16.1.4",
"@next/mdx": "^16.1.4",
"@serwist/cli": "^9.5.0",
"@serwist/next": "^9.5.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/hast": "^3.0.4",
"@types/loader-utils": "^3.0.0",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/rss": "^0.0.32",
"@workspace/mdx-plugins": "workspace:*",
"autoprefixer": "^10.4.23",
"baseline-browser-mapping": "^2.9.15",
"esbuild-wasm": "^0.27.2",
"baseline-browser-mapping": "^2.9.17",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"estree-util-is-identifier-name": "^3.0.0",
"estree-util-value-to-estree": "^3.5.0",
"github-slugger": "^2.0.0",
"globby": "^16.1.0",
"gray-matter": "^4.0.3",
Expand All @@ -98,12 +99,15 @@
"simple-git-hooks": "^2.13.1",
"swc-plugin-auto-import": "0.0.7",
"tailwindcss": "^4.1.18",
"toml": "^3.0.0",
"tsdown": "^0.20.0-beta.4",
"tsx": "^4.21.0",
"turbo": "^2.7.5",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
"wrangler": "^4.59.2"
"wrangler": "^4.59.3",
"yaml": "^2.8.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
1 change: 0 additions & 1 deletion packages/mdx-plugins/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions packages/mdx-plugins/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/mdx-plugins/tsdown.config.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/mdx-plugins/turbo.json

This file was deleted.

Loading