Skip to content
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "proto"]
path = proto
url = https://github.com/ScrawnDotDev/.proto
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"test:ui": "vitest --ui",
"start": "bun run src/server.ts",
"init_key": "bun run src/utils/generateInitialAPIKey.ts",
"format": "bunx prettier --write ."
"format": "bunx prettier --write .",
"proto:pull": "git submodule update --remote --merge proto",
"proto:push": "cd proto && git add . && git commit -s -m \"$1\" && git push && cd .."
},
"devDependencies": {
"@bufbuild/protoc-gen-connect-es": "^0.13.0",
Expand Down
1 change: 1 addition & 0 deletions proto
Submodule proto added at c6e9e9
22 changes: 0 additions & 22 deletions proto/auth/v1/auth.proto

This file was deleted.

8 changes: 0 additions & 8 deletions proto/buf.gen.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions proto/event/v1/event.proto

This file was deleted.

16 changes: 0 additions & 16 deletions proto/payment/v1/payment.proto

This file was deleted.

Loading