add build file

This commit is contained in:
miloschwartz
2025-07-16 16:41:59 -07:00
parent 98be9cee83
commit a1a0587a2b
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

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

1
server/build.ts Normal file
View File

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