chore: session auto-commit

This commit is contained in:
MythEclipse
2026-06-02 18:57:38 +07:00
parent 924a6b8819
commit d1ad397be6
3 changed files with 4 additions and 7 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
# Backend service - Discord moderation monitoring
language: typescript
type: application
tasks:
dev:
command: tsx watch src/index.ts
local: true
preset: server
build:
command: tsc
+1 -2
View File
@@ -1,11 +1,10 @@
# Discord Gateway service - handles message capture, voice recording, and AI moderation
language: typescript
type: application
tasks:
dev:
command: tsx watch src/index.ts
local: true
preset: server
build:
command: tsc
+2 -3
View File
@@ -1,11 +1,10 @@
# Frontend web application
language: typescript
type: application
tasks:
dev:
command: vite --host 0.0.0.0
local: true
preset: server
build:
command: tsc --noEmit && NODE_NO_WARNINGS=1 vite build
@@ -19,7 +18,7 @@ tasks:
preview:
command: vite preview --host 0.0.0.0 --port 3000
local: true
preset: server
typecheck:
command: tsc --noEmit