Skip to content

Commit

Permalink
refactor: 移动server并且拆分依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Oct 24, 2023
1 parent d2356c8 commit 766664b
Show file tree
Hide file tree
Showing 80 changed files with 12,901 additions and 34,920 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:
- vue
- '@typescript-eslint'
parserOptions:
project: ./tsconfig.json
project: ./tsconfig.eslint.json
parser: '@typescript-eslint/parser'
extraFileExtensions: ['.vue']
rules:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm ci

ENV NODE_ENV=production

COPY src ./src
COPY packages/server/src ./src
COPY tsconfig.* nest-cli.json ./
RUN npm run build:server
COPY client ./client
Expand Down
Loading

0 comments on commit 766664b

Please sign in to comment.