chore: session auto-commit
This commit is contained in:
@@ -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,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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user