This commit is contained in:
Lea Anthony
2019-10-29 21:36:53 +11:00
parent dafd9bcb24
commit c07900e555
31 changed files with 16698 additions and 863 deletions

View File

@@ -1,17 +0,0 @@
/*
Wails Bridge (c) 2019-present Lea Anthony
This prod version is to get around having to rewrite your code
for production. When doing a release build, this file will be used
instead of the full version.
*/
export default {
// The main function
// Passes the main Wails object to the callback if given.
Start: function (callback) {
if (callback) {
window.wails.Events.On("wails:ready", callback);
}
}
};