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 # Backend service - Discord moderation monitoring
language: typescript language: typescript
type: application
tasks: tasks:
dev: dev:
command: tsx watch src/index.ts command: tsx watch src/index.ts
local: true preset: server
build: build:
command: tsc command: tsc
+1 -2
View File
@@ -1,11 +1,10 @@
# Discord Gateway service - handles message capture, voice recording, and AI moderation # Discord Gateway service - handles message capture, voice recording, and AI moderation
language: typescript language: typescript
type: application
tasks: tasks:
dev: dev:
command: tsx watch src/index.ts command: tsx watch src/index.ts
local: true preset: server
build: build:
command: tsc command: tsc
+2 -3
View File
@@ -1,11 +1,10 @@
# Frontend web application # Frontend web application
language: typescript language: typescript
type: application
tasks: tasks:
dev: dev:
command: vite --host 0.0.0.0 command: vite --host 0.0.0.0
local: true preset: server
build: build:
command: tsc --noEmit && NODE_NO_WARNINGS=1 vite build command: tsc --noEmit && NODE_NO_WARNINGS=1 vite build
@@ -19,7 +18,7 @@ tasks:
preview: preview:
command: vite preview --host 0.0.0.0 --port 3000 command: vite preview --host 0.0.0.0 --port 3000
local: true preset: server
typecheck: typecheck:
command: tsc --noEmit command: tsc --noEmit