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",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "index.js",
"basename": "/root/video-tools",
"app": {
"key": "video-tools",
"entry": "dist/app.mjs",
"type": "system-app",
"files": [
"dist"
]
"type": "system-app"
},
"scripts": {
"watch": "rollup -c rollup.config.mjs -w",