Initial release with production deploy config.

Add GitAtlas deploy assets, DATA_FILE support for isolated server data, and port documentation for sourcing.simosen.cn.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-15 00:52:31 +08:00
commit e9939ef9dc
45 changed files with 14376 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "product-sourcing-capture",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test",
"start": "node src/server.js",
"check": "node --check src/server.js && node --check src/core.js && node --check src/store.js"
}
}