switch to bun

This commit is contained in:
2024-01-24 12:31:51 -05:00
parent 69e9be9f68
commit 76231e5d6b
5 changed files with 12 additions and 11797 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": true,
"semi": false,
"semi": true,
"singleQuote": true,
"bracketSpacing": true
}
+4 -4
View File
@@ -1,12 +1,12 @@
import { defineConfig } from 'astro/config'
import netlify from '@astrojs/netlify/functions'
import { defineConfig } from 'astro/config';
import netlify from '@astrojs/netlify/functions';
// https://astro.build/config
import mdx from '@astrojs/mdx'
import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
output: 'server',
adapter: netlify(),
integrations: [mdx()],
})
});
Executable
BIN
View File
Binary file not shown.
-11786
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -15,6 +15,7 @@
"@astrojs/netlify": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"astro": "^3.5.4",
"date-fns": "^3.3.1",
"date-fns-tz": "^1.3.7",
"markdown-it": "^13.0.1",
"sanitize-html": "^2.9.0"