featL: theme

This commit is contained in:
2026-04-03 10:02:54 +02:00
parent fcf3dc74a8
commit f0b0a5dd24
4 changed files with 160 additions and 18 deletions

View File

@@ -9,8 +9,8 @@
},
{
"name": "Frontend (vite)",
"runtimeExecutable": "/Users/dtoro/Projects/micronomicon/frontend/node_modules/.bin/vite",
"runtimeArgs": ["/Users/dtoro/Projects/micronomicon/frontend"],
"runtimeExecutable": "/opt/homebrew/bin/node",
"runtimeArgs": ["/Users/dtoro/Projects/micronomicon/frontend/node_modules/.bin/vite", "/Users/dtoro/Projects/micronomicon/frontend"],
"port": 5173
}
]