Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
/**
* @file @todo is not .tsx, need to update entry point
*/
const {
setup
} = require("./bootstrapper/setup"); // to avoid side effects
setup();
const {
render
} = require("./client/render"); // also side effect
render(); //# sourceMappingURL=standalone.js.map