fix(front, back) -> undefined exception; feat(resize)

This commit is contained in:
2025-07-22 19:22:25 +03:00
parent f762717de5
commit 94ce32cff3
10 changed files with 1648 additions and 44 deletions

View File

@ -1,3 +1,5 @@
.PHONY: build test
build:
npx esbuild src/index.js --bundle --minify --outfile=dist/index.js --format=esm
npx rollup -c