mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"$schema": "https://www.partykit.io/schema.json",
|
|
"name": "partykit",
|
|
"main": "src/server.ts",
|
|
"compatibilityDate": "2025-04-21",
|
|
"serve": {
|
|
"path": "public",
|
|
"build": "src/client.ts"
|
|
}
|
|
}
|