Simplify package.json build and start scripts

Move reading readme and versions out of package.json
This commit is contained in:
Przemek Więch
2026-04-29 00:11:06 +02:00
parent 70982305ce
commit d39143e21d
4 changed files with 22 additions and 7 deletions

5
src/imports.d.ts vendored
View File

@@ -1,2 +1,7 @@
declare module '*.jpg';
declare module '*.png';
declare module '*?raw' {
const content: string;
export default content;
}