change file structure

This commit is contained in:
2025-07-25 18:00:17 +09:00
parent 32cd5b9be8
commit b48464f5cf
42 changed files with 42968 additions and 28647 deletions

View File

@@ -0,0 +1,5 @@
// define child rescript
module.exports = config => {
config.target = 'electron-renderer';
return config;
}