First implementation with progressive enhancement form

This commit is contained in:
2023-06-21 00:16:50 +02:00
parent 5e34f24013
commit c1c58118a2
18 changed files with 4647 additions and 3907 deletions
+12
View File
@@ -16,6 +16,18 @@
"name": "Firefox Attach",
"type": "firefox",
"request": "attach"
},
{
"name": "Server Launch",
"command": "npx vite dev",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Server Launch (vavite)",
"command": "npx vavite-loader vite dev",
"request": "launch",
"type": "node-terminal"
}
]
}