feat: feedback v2

This commit is contained in:
taskylizard 2024-08-25 11:00:20 +00:00
parent d17887ca75
commit 9faa251c86
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
26 changed files with 1042 additions and 419 deletions

View file

@ -1,8 +1,8 @@
{
"name": "FMHYedit",
"postStartCommand": "pnpm install",
"postAttachCommand": "pnpm docs:dev",
"appPort": 5173,
"features": {},
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
"name": "FMHYedit",
"postAttachCommand": "pnpm docs:dev",
"postStartCommand": "pnpm install"
}