Spaces:
Runtime error
Runtime error
fix(codesandbox): added empty "package.json"
Browse files
src/pages/api/url/codesandbox.ts
CHANGED
|
@@ -34,6 +34,9 @@ export default async function handler(request: NextApiRequest, response: NextApi
|
|
| 34 |
}),
|
| 35 |
isBinary: false,
|
| 36 |
},
|
|
|
|
|
|
|
|
|
|
| 37 |
},
|
| 38 |
});
|
| 39 |
|
|
|
|
| 34 |
}),
|
| 35 |
isBinary: false,
|
| 36 |
},
|
| 37 |
+
"package.json": {
|
| 38 |
+
content: { dependencies: {} },
|
| 39 |
+
},
|
| 40 |
},
|
| 41 |
});
|
| 42 |
|