updates
This commit is contained in:
5
protossbot/web/style/protoss-bot-web.js
Normal file
5
protossbot/web/style/protoss-bot-web.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// Dummy module for SSR-only mode
|
||||
export default function () {
|
||||
console.log("SSR-only mode - no client-side hydration");
|
||||
return Promise.resolve({});
|
||||
}
|
||||
Reference in New Issue
Block a user