Commit of Wails boilerplate code.

This commit is contained in:
2024-11-29 11:50:35 -07:00
commit 372f29c939
39 changed files with 1560 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
This template uses a work around as the default template does not compile due to this issue:
https://github.com/vuejs/core/issues/1228
In `tsconfig.json`, `isolatedModules` is set to `false` rather than `true` to work around the issue.