- Sign-in page now uses logo-signin.png - World map animation uses airplane.png; remove unused animationPlane.png - Re-project home marker on map resize so it stays correct when stats panel collapses Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "Map-Jurnal",
|
|
"cwd": ".",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 5173,
|
|
"autoPort": true
|
|
}
|
|
]
|
|
}
|