refactor both entry endpoints to one
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"paths": {
|
||||
"@component/*": ["src/components/*.astro"],
|
||||
"@layout/*": ["src/layout/*.astro"],
|
||||
"@util/*": ["src/utils/*"]
|
||||
"@util/*": ["src/utils/*"],
|
||||
"@db/*": ["src/db/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user