Skip to content

Commit

Permalink
chore: remove web (#582)
Browse files Browse the repository at this point in the history
* chore: remove web

* chore: remove web
  • Loading branch information
earayu authored Nov 19, 2024
1 parent be10589 commit 7f4dee5
Show file tree
Hide file tree
Showing 218 changed files with 1 addition and 249,799 deletions.
4 changes: 1 addition & 3 deletions docker/wesqlscale/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ RUN git config --global --add safe.directory $VTSOURCEROOT
RUN mkdir -p /vtdataroot /home/vitess && \
mkdir -p /vt && \
mkdir -p /vt/bin && \
mkdir -p /vt/config && \
mkdir -p /vt/web
mkdir -p /vt/config

# Bootstrap Vitess
WORKDIR /vt/src/vitess
Expand Down Expand Up @@ -98,7 +97,6 @@ RUN cp /vt/src/vitess/bin/vtctld /vt/bin/ && \
cp /vt/src/vitess/bin/protoc /vt/bin && \
cp /vt/src/vitess/bin/etcd /vt/bin && \
cp /vt/src/vitess/bin/etcdctl /vt/bin && \
cp -rf $VTSOURCEROOT/web /vt && \
cp -rf $VTSOURCEROOT/examples /vt && \
rm -rf /vt/src

Expand Down
2 changes: 0 additions & 2 deletions web/vtadmin/.eslintignore

This file was deleted.

25 changes: 0 additions & 25 deletions web/vtadmin/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion web/vtadmin/.npmrc

This file was deleted.

14 changes: 0 additions & 14 deletions web/vtadmin/.prettiercc

This file was deleted.

1 change: 0 additions & 1 deletion web/vtadmin/.prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion web/vtadmin/.stylelintignore

This file was deleted.

17 changes: 0 additions & 17 deletions web/vtadmin/.stylelintrc

This file was deleted.

103 changes: 0 additions & 103 deletions web/vtadmin/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions web/vtadmin/bin/generate-proto-types.sh

This file was deleted.

Loading

0 comments on commit 7f4dee5

Please sign in to comment.