Skip to content

Commit

Permalink
Merge pull request #245 from bangbang93/feature/admin-vite
Browse files Browse the repository at this point in the history
Feature/admin vite
  • Loading branch information
bangbang93 authored Oct 27, 2023
2 parents 8d91aa6 + f386dde commit 05d7264
Show file tree
Hide file tree
Showing 161 changed files with 23,092 additions and 38,622 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/client/dist
/dist
dist/
10 changes: 9 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ plugins:
- vue
- '@typescript-eslint'
parserOptions:
project: ./tsconfig.json
project: ./tsconfig.eslint.json
parser: '@typescript-eslint/parser'
extraFileExtensions: ['.vue']
rules:
'@typescript-eslint/no-var-requires': 0
overrides:
- files: ['*.js']
rules:
'@typescript-eslint/no-unsafe-assignment': 0
'@typescript-eslint/no-unsafe-member-access': 0
'@typescript-eslint/no-unsafe-call': 0
'@typescript-eslint/no-unsafe-return': 0
'@typescript-eslint/no-unsafe-argument': 0
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
11 changes: 0 additions & 11 deletions client/.babelrc

This file was deleted.

18 changes: 0 additions & 18 deletions client/shims.d.ts

This file was deleted.

131 changes: 0 additions & 131 deletions client/src/components/home/article-comment.vue

This file was deleted.

23 changes: 0 additions & 23 deletions client/src/components/home/menu-category.vue

This file was deleted.

16 changes: 0 additions & 16 deletions client/src/entries/entry-admin-login.ts

This file was deleted.

43 changes: 0 additions & 43 deletions client/src/entries/entry-server.ts

This file was deleted.

70 changes: 0 additions & 70 deletions client/src/router/admin.ts

This file was deleted.

40 changes: 0 additions & 40 deletions client/src/store/article.js

This file was deleted.

Loading

0 comments on commit 05d7264

Please sign in to comment.