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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user