feat: complete v0.2 source and sync management

This commit is contained in:
2026-07-19 01:33:45 +08:00
parent 4e9a13981d
commit 5b5129fad5
21 changed files with 367 additions and 39 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "mebbling",
"version": "1.0.0",
"version": "0.2.0",
"description": "",
"private": true,
"scripts": {
@@ -8,11 +8,11 @@
"build": "HUB_BUILD=1 next build",
"start": "next start",
"worker": "tsx worker/index.ts",
"test": "tsx --test tests/**/*.test.ts"
"test": "TMPDIR=/tmp tsx --test tests/**/*.test.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "PolyForm-Noncommercial-1.0.0",
"dependencies": {
"bcryptjs": "^3.0.3",
"better-sqlite3": "^12.11.1",