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