mirror of
https://github.com/tabler/tabler.git
synced 2026-08-05 01:44:41 +04:00
d8956a06d6
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"command": "./node_modules/.bin/astro dev",
|
|
"name": "Development server",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
}
|
|
]
|
|
}
|