mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 18:35:14 +00:00
- Rename website-astro/ to website/ - Add website/dist/ and website/.astro/ to gitignore - Update generate-website-data.mjs output path
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
/**
|
|
* JSZip entry point for bundling
|
|
*/
|
|
import JSZip from 'jszip';
|
|
|
|
export { JSZip };
|
|
export default JSZip;
|