fix: add src code

This commit is contained in:
熊潇 2025-06-22 13:34:34 +08:00
parent 4a9568447e
commit 87769076c8

View File

@ -1,16 +1,13 @@
{ {
"name": "@kevisual/video-tools", "name": "@kevisual/video-tools",
"version": "0.0.2", "version": "0.0.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"basename": "/root/video-tools", "basename": "/root/video-tools",
"app": { "app": {
"key": "video-tools", "key": "video-tools",
"entry": "dist/app.mjs", "entry": "dist/app.mjs",
"type": "system-app", "type": "system-app"
"files": [
"dist"
]
}, },
"scripts": { "scripts": {
"watch": "rollup -c rollup.config.mjs -w", "watch": "rollup -c rollup.config.mjs -w",