mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-09 22:42:20 +00:00
Fries
175af0dd27
this is the beginnings of my website :3! Co-authored-by: mossfet <root@mossfet.xyz>
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"command": "./node_modules/.bin/astro dev",
|
|
"name": "Development server",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
}
|
|
]
|
|
}
|