add quote widget

This commit is contained in:
Your Name
2025-04-18 19:49:42 -04:00
parent 066bb11814
commit 4975dea12a
30 changed files with 468 additions and 248 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"copy-static": "mkdir dist/frontend && cp -r static/* dist/frontend/",
"build-frontend": "esbuild src/frontend/index.tsx --bundle --outfile=dist/frontend/index.js --minify --sourcemap",
"build-worker": "esbuild src/worker/main.ts --bundle --outfile=dist/worker/main.js --minify --sourcemap",
"clean": "rm -rf ./dist"
"clean": "rm -rf ./dist",
"type-check": "tsc --noEmit"
},
"author": "",
"license": "ISC",