docs(deployment): 更新部署文档并添加自动化部署脚本
- 更新了 DEPLOYMENT.md 文档,增加了更多部署细节和说明 - 添加了 Linux 和 Windows 平台的自动化部署脚本 - 更新了 README.md,增加了部署相关说明 - 调整了 .env 文件配置,以适应新的部署流程 - 移除了部分不必要的代码和配置
This commit is contained in:
15
website/package.json
Normal file
15
website/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "jiebanke-website",
|
||||
"version": "1.0.0",
|
||||
"description": "结伴客官方网站",
|
||||
"scripts": {
|
||||
"build": "echo \"Website is a static site, no build required.\"",
|
||||
"dev": "echo \"Website is a static site, no dev server required.\""
|
||||
},
|
||||
"keywords": [
|
||||
"website",
|
||||
"static"
|
||||
],
|
||||
"author": "jiebanke-team",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user