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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragma-so",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Very minimal pragma-so CLI",
5
5
  "main": "dist/cli/index.js",
6
6
  "bin": {