Implement apstatus fetch on svelte site + protobuf decode

This commit is contained in:
Niklas Jensen
2026-01-23 15:27:44 +01:00
committed by nikguin04
parent e1e656478d
commit ae4a2fe115
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const pluginPath =
path.join(projectRoot, 'node_modules', '.bin', 'protoc-gen-ts_proto.cmd')
: path.join(projectRoot, 'node_modules', '.bin', 'protoc-gen-ts_proto')
const protoFiles = ['filesystem.proto', 'message.proto']
const protoFiles = ['filesystem.proto', 'message.proto', "api.proto"]
const tsProtoOpts = ['useExactTypes=false', 'outputExtensions=true', 'outputSchema=true'].join(',')