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

Function createShellBuildConfig

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

Source from the content-addressed store, hash-verified

119}
120
121export function createShellBuildConfig() {
122 return createBundleConfig({
123 entryName: "shell",
124 entry: "./shell/src/main.jsx",
125 outDir: path.join(dashboardRoot, "shell/dist"),
126 filename: "shell.js",
127 });
128}
129
130export function createPluginBuildConfig(dir) {
131 return createBundleConfig({

Callers 1

buildShellFunction · 0.85

Calls 1

createBundleConfigFunction · 0.85

Tested by

no test coverage detected