🚀 Init

This commit is contained in:
Korbs 2025-03-07 17:16:54 -05:00
commit 46d260516f
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
41 changed files with 2813 additions and 0 deletions

18
test/package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.1.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@sudovanilla/netweak-astrojs": "../",
"astro": "^5.4.1"
}
}