mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-21 10:55:13 +00:00
chore: rename website-astro to website, update gitignore
- Rename website-astro/ to website/ - Add website/dist/ and website/.astro/ to gitignore - Update generate-website-data.mjs output path
This commit is contained in:
7
website/src/scripts/jszip.ts
Normal file
7
website/src/scripts/jszip.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* JSZip entry point for bundling
|
||||
*/
|
||||
import JSZip from 'jszip';
|
||||
|
||||
export { JSZip };
|
||||
export default JSZip;
|
||||
Reference in New Issue
Block a user