feat: initial romm web ui architecture, bento grids, and spatial gamepad bindings
This commit is contained in:
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "RomM UI Dev Environment",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
|
||||
"forwardPorts": [5173, 8080],
|
||||
"postCreateCommand": "npm install --legacy-peer-deps",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
["tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
|
||||
]
|
||||
},
|
||||
"extensions": [
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"dbaeumer.vscode-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user