pragma-so 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server/index.js +2 -0
- package/package.json +1 -1
package/dist/server/index.js
CHANGED
|
@@ -532,6 +532,8 @@ async function startServer(options) {
|
|
|
532
532
|
app.use("/code/*", middleware_1.workspaceMiddleware);
|
|
533
533
|
app.use("/context/*", middleware_1.workspaceMiddleware);
|
|
534
534
|
app.use("/context", middleware_1.workspaceMiddleware);
|
|
535
|
+
app.use("/workspace/outputs/*", middleware_1.workspaceMiddleware);
|
|
536
|
+
app.use("/workspace/outputs/files", middleware_1.workspaceMiddleware);
|
|
535
537
|
const turnRunner = new turnRunner_1.TurnRunner({
|
|
536
538
|
apiUrl,
|
|
537
539
|
pragmaCliCommand,
|