- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
5 lines
306 B
JavaScript
5 lines
306 B
JavaScript
import checkIfBrowser from '../lib/is-browser';
|
|
export { self, window, global, document, process, console } from '../lib/globals';
|
|
export const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'untranspiled source';
|
|
export const isBrowser = checkIfBrowser();
|
|
//# sourceMappingURL=globals.js.map
|