chore(frontend): switch from pnpm to npm

This commit is contained in:
sam 2025-04-17 15:03:38 +02:00
parent 1adb26e8b8
commit a89a5b3494
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 6369 additions and 4249 deletions

View file

@ -1,6 +1,6 @@
// This script regenerates the list of icons for the frontend (Foxnouns.Frontend/src/lib/icons.ts)
// and the backend (Foxnouns.Backend/Utils/BootstrapIcons.Icons.cs) from the currently installed version of Bootstrap Icons.
// Run with `pnpm node icons.js` in the frontend directory.
// Run with `node icons.js` in the frontend directory.
import { writeFileSync } from "fs";
import icons from "bootstrap-icons/font/bootstrap-icons.json" with { type: "json" };