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

inspection projects useless files #21 #28

Merged
merged 7 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.