This commit is contained in:
2025-10-09 10:02:37 +08:00
parent 4065da3766
commit db67a99288
7 changed files with 247 additions and 16 deletions

View File

@@ -0,0 +1,8 @@
const Path = require('path');
const FileSystem = require('fs-extra');
async function copyAssets() {
console.log('Static assets are now handled by Vite from src/renderer/public');
}
module.exports = copyAssets;