add test and add micro-app deploy

This commit is contained in:
2025-03-10 10:36:02 +08:00
parent 0ee7d9a69a
commit c96674349c
7 changed files with 61 additions and 72 deletions

View File

@@ -0,0 +1,6 @@
this is a test for system user upload to root user
<script>
console.log('hello world');
</script>

View File

@@ -0,0 +1,16 @@
{
"name": "deploy-org",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"pub": "envision deploy ./docs -k deploy-test -v 0.0.1 -o root"
},
"files": [
"docs"
],
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}