Skip to content

Commit

Permalink
Revert "Bugfix/fix development environment (freifunkMUC#590)"
Browse files Browse the repository at this point in the history
This reverts commit fe59e78.
  • Loading branch information
T0biii committed Feb 28, 2024
1 parent fe59e78 commit a4e34e9
Show file tree
Hide file tree
Showing 13 changed files with 1,820 additions and 1,914 deletions.
4 changes: 2 additions & 2 deletions proto/proto/buildinfo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/proto/devices.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 10 additions & 17 deletions proto/proto/devices_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/proto/server.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions proto/proto/server_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/proto/users.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 6 additions & 11 deletions proto/proto/users_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wg-access-server-website",
"scripts": {
"codegen": "node_modules/.bin/grpc-ts-web -o src/sdk ../proto/*.proto",
"start": "vite --port 3000",
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier": "prettier ./src/**/*.{ts,tsx} --write"
Expand Down Expand Up @@ -50,6 +50,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"proxy": "http://localhost:8000/api",
"browserslist": {
"production": [
">0.2%",
Expand Down
Loading

0 comments on commit a4e34e9

Please sign in to comment.