add build file

This commit is contained in:
miloschwartz 2025-07-16 16:41:59 -07:00
parent 98be9cee83
commit a1a0587a2b
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -35,4 +35,3 @@ bin
test_event.json test_event.json
.idea/ .idea/
server/db/index.ts server/db/index.ts
build.ts

1
server/build.ts Normal file
View file

@ -0,0 +1 @@
export const build = "oss" as any;