chore(frontend): switch from pnpm to npm
This commit is contained in:
parent
1adb26e8b8
commit
a89a5b3494
8 changed files with 6369 additions and 4249 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue