chore: move the server to an independent folder

This commit is contained in:
RainbowBird
2026-08-02 18:43:57 +08:00
parent 771ba3f8a7
commit 4ccde2c96e
293 changed files with 176 additions and 3020 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export default defineConfig({
'markdown/require-alt-text': 'off',
},
}, {
files: ['apps/server/**/*.ts'],
files: ['server/apps/api/**/*.ts'],
rules: {
'no-restricted-syntax': [
'error',