mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
simplify landing page for my peace
This commit is contained in:

committed by
Geoff Seemueller

parent
c26d2467f4
commit
a7ad06093a
@@ -22,10 +22,6 @@ const prebuildPlugin = () => ({
|
||||
console.log('Generated robots.txt -> public/robots.txt');
|
||||
child_process.execSync('bun run generate:fonts');
|
||||
console.log('Copied fonts -> public/static/fonts');
|
||||
child_process.execSync('bun run generate:bevy:bundle', {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
console.log('Bundled bevy app -> public/yachtpit.html');
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user