99e6c56 Show on GitHub
- Author: Stella
- Date: 10/3/2025, 12:38:09 PM
- Message: Svelte setup Setup van de project in SvelteKit
- Stats: 1641 total changes (+1641 / -0)
Changed Files
nebulaxplorer/.gitignore— +23 / -0 (23 changes)nebulaxplorer/.npmrc— +1 / -0 (1 changes)nebulaxplorer/README.md— +38 / -0 (38 changes)nebulaxplorer/jsconfig.json— +13 / -0 (13 changes)nebulaxplorer/package-lock.json— +1499 / -0 (1499 changes)nebulaxplorer/package.json— +19 / -0 (19 changes)nebulaxplorer/src/app.html— +11 / -0 (11 changes)nebulaxplorer/src/lib/assets/favicon.svg— +1 / -0 (1 changes)nebulaxplorer/src/lib/index.js— +1 / -0 (1 changes)nebulaxplorer/src/routes/+layout.svelte— +11 / -0 (11 changes)nebulaxplorer/src/routes/+page.svelte— +2 / -0 (2 changes)nebulaxplorer/static/robots.txt— +3 / -0 (3 changes)nebulaxplorer/svelte.config.js— +13 / -0 (13 changes)nebulaxplorer/vite.config.js— +6 / -0 (6 changes)