Initial commit from create-remix

This commit is contained in:
april
2023-12-29 10:20:01 -06:00
commit a456f8155b
14 changed files with 10888 additions and 0 deletions

15
web/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run dev",
"name": "Run npm run dev",
"type": "node-terminal",
"request": "launch",
"cwd": "${workspaceFolder}"
}
]
}