NERDDISCO commited on
Commit
67f2f95
•
1 Parent(s): 22a5b8c

fix(codesandbox): added empty "package.json"

Browse files
Files changed (1) hide show
  1. src/pages/api/url/codesandbox.ts +3 -0
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