init: project scaffold
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.production
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.log
|
||||||
26
.project.json
Normal file
26
.project.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "MeetNote 会议转写总结",
|
||||||
|
"description": "私有部署的会议录音上传+转写+AI总结 PWA,支持中英混说长音频,云端 Groq Whisper + Poe Claude 处理",
|
||||||
|
"status": "active",
|
||||||
|
"created": "2026-04-13",
|
||||||
|
"ports": [
|
||||||
|
{
|
||||||
|
"port": 4490,
|
||||||
|
"label": "frontend",
|
||||||
|
"fixed": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"port": 4491,
|
||||||
|
"label": "api",
|
||||||
|
"fixed": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"stack": [
|
||||||
|
"Next.js 15",
|
||||||
|
"FastAPI",
|
||||||
|
"PostgreSQL",
|
||||||
|
"MinIO",
|
||||||
|
"Groq Whisper",
|
||||||
|
"Claude"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user