chore: merged chore/fix-astro into master
This commit is contained in:
parent
4ddb323091
commit
07034b2ba4
4 changed files with 2913 additions and 970 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from "astro/config";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({});
|
export default defineConfig({});
|
||||||
|
|
|
@ -10,12 +10,14 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@astrojs/check": "^0.3.1",
|
||||||
"astro": "^3.4.4",
|
"astro": "^3.4.4",
|
||||||
"sass": "^1.69.5"
|
"sass": "^1.69.5",
|
||||||
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"prettier-plugin-astro": "^0.12.1",
|
"prettier-plugin-astro": "^0.12.1",
|
||||||
"prettier-plugin-organize-imports": "^3.2.3"
|
"prettier-plugin-organize-imports": "^3.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3871
pnpm-lock.yaml
3871
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "astro/tsconfigs/strict",
|
"extends": "astro/tsconfigs/strict",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
@ -7,4 +7,4 @@
|
||||||
"@layouts/*": ["src/layouts/*"]
|
"@layouts/*": ["src/layouts/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue