5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 23:59:52 +08:00
wails/v2/pkg/commands/build/internal/backendjs/index.template
2020-10-30 14:11:51 +11:00

9 lines
251 B
Plaintext

// index.js
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
{{range .}}
const {{.Name}} = require('./{{.Name}}');
{{end}}
module.exports = {
{{range .}}{{.Name}}: {{.Name}},{{end}}
}