Revert "style: lint"

This reverts commit 98f40d7d0b.
This commit is contained in:
Neko Ayaka
2026-08-26 20:13:10 +08:00
parent cfcfc513ef
commit 146b3da65a
1625 changed files with 75440 additions and 75453 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
import { defineConfig } from 'tsdown'
export default defineConfig({
clean: true,
dts: true,
entry: {
'bin/run': 'src/bin/run.ts',
'index': 'src/index.ts',
'server': 'src/server/index.ts',
'bin/run': 'src/bin/run.ts',
},
outDir: 'dist',
target: 'node18',
outDir: 'dist',
clean: true,
dts: true,
})