Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from Jzow/master
Browse files Browse the repository at this point in the history
inspection projects useless files  #21
  • Loading branch information
Jzow authored Sep 22, 2023
2 parents 3516b1b + 4070de9 commit e699d83
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 135 deletions.
4 changes: 0 additions & 4 deletions .browserslistrc

This file was deleted.

107 changes: 0 additions & 107 deletions .commitlintrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

6 changes: 0 additions & 6 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ VITE_BUILD_COMPRESS = 'none'
# Delete console
VITE_DROP_CONSOLE = false

# Basic interface address SPA
VITE_GLOB_API_URL=

# File upload address, optional
VITE_GLOB_UPLOAD_URL=/fms-api/upload

# Interface prefix
VITE_GLOB_API_URL_PREFIX=

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitpod.yml → .github/workflows/.gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ports:
- port: 3344
- port: 3000
onOpen: open-preview
tasks:
- init: pnpm install
Expand Down
2 changes: 0 additions & 2 deletions .stylelintignore

This file was deleted.

8 changes: 0 additions & 8 deletions Dockerfile

This file was deleted.

8 changes: 8 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM nginx:1.23.4-alpine

COPY dist/ /usr/share/nginx/html/
COPY ../deploy/default.conf /etc/nginx/conf.d/

LABEL MAINTAINER="[email protected]"

EXPOSE 80
File renamed without changes.

0 comments on commit e699d83

Please sign in to comment.