Skip to content

Commit

Permalink
Remove all UI code
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Mar 26, 2023
1 parent 3defb75 commit 41ac7fc
Show file tree
Hide file tree
Showing 99 changed files with 1,424 additions and 23,233 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
.parcel-cache
Dockerfile
.git
.vim
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/publish.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ scripts/*
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vim
.iml

# Parcel related files
dist/
.cache
.parcel-cache/
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev env
FROM node:17-slim
FROM node:18-slim

RUN apt-get update && apt-get install -y python3 make g++

Expand All @@ -14,4 +14,4 @@ ENV DIRECTORY_PROTOCOL=https
ENV DIRECTORY_DOMAIN=cosmos.directory

EXPOSE 3000
CMD npm run start
CMD npm run autostake
33 changes: 0 additions & 33 deletions Dockerfile.production

This file was deleted.

41 changes: 0 additions & 41 deletions deploy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
build: .
env_file:
- .env
ports:
- '1234:1234'
volumes:
- .:/usr/src/app
- restake_node_modules:/usr/src/app/node_modules
Expand Down
44 changes: 0 additions & 44 deletions nginx.conf

This file was deleted.

Loading

0 comments on commit 41ac7fc

Please sign in to comment.