5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 20:51:38 +08:00

added export

This commit is contained in:
Albert Sun 2022-01-22 00:40:55 -05:00
parent 02ea108bea
commit 1e4af8991b

View File

@ -129,7 +129,7 @@ func (b *Bindings) GenerateBackendTS(targetfile string) error {
store := b.db.store
var output bytes.Buffer
output.WriteString("interface go {\n")
output.WriteString("export interface go {\n")
var sortedPackageNames slicer.StringSlicer
for packageName := range store {