MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / buildShell

Function buildShell

dashboard/build.shared.mjs:208–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208export async function buildShell() {
209 await runRsbuildConfig(createShellBuildConfig());
210 await fs.copyFile(
211 path.join(dashboardRoot, "shell/src/styles.css"),
212 path.join(dashboardRoot, "shell/dist/shell.css"),
213 );
214}
215
216export async function buildPlugin(
217 dir,

Callers 1

mainFunction · 0.90

Calls 2

runRsbuildConfigFunction · 0.85
createShellBuildConfigFunction · 0.85

Tested by

no test coverage detected