Skip to content

Commit

Permalink
chome:去除无关模块
Browse files Browse the repository at this point in the history
  • Loading branch information
YWzzy committed Aug 26, 2024
1 parent 287c3fd commit 368852d
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 1,403 deletions.
2 changes: 0 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"puppeteer": "^23.1.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"sharp": "0.29.3",
"svg-captcha": "^1.4.0",
"swagger-ui-express": "^4.6.0",
"typeorm": "^0.3.10",
Expand Down
2 changes: 0 additions & 2 deletions server/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { AnalyseModule } from "./analyse/analyse.module";
import { ReportPerformanceEsModule } from "./report-performance-es/report-performance-es.module";
import { ConfigurationService } from "./config/config.service"; // 导入 ConfigurationService
import { DistUploadModule } from './dist-upload/dist-upload.module';
import { BookmarksModule } from './bookmarks/bookmarks.module';
import * as dotenv from "dotenv";
import * as fs from "fs";
import * as path from "path";
Expand Down Expand Up @@ -121,7 +120,6 @@ if (fs.existsSync(envFilePath)) {
AnalyseModule,
ReportPerformanceEsModule,
DistUploadModule,
BookmarksModule,
],
controllers: [AppController],
providers: [AppService],
Expand Down
146 changes: 0 additions & 146 deletions server/src/bookmarks/bookmarks.controller.ts

This file was deleted.

14 changes: 0 additions & 14 deletions server/src/bookmarks/bookmarks.module.ts

This file was deleted.

Loading

0 comments on commit 368852d

Please sign in to comment.