We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7f76f commit 660c54dCopy full SHA for 660c54d
VERSION
@@ -0,0 +1 @@
1
+2025.08.05.5b918f0
package.json
@@ -2,6 +2,13 @@
2
"type": "module",
3
"private": true,
4
"license": "MIT",
5
+ "scripts": {
6
+ "dev": "bun run --cwd packages/web dev",
7
+ "build": "bun run --cwd packages/web build",
8
+ "rss": "bun run --cwd script/rss.ts",
9
+ "validate": "bun run --cwd script/validate.ts",
10
+ "license-check": "bun run --cwd script/license-check.ts"
11
+ },
12
"workspaces": {
13
"packages": [
14
"packages/*"
0 commit comments