feat: add posts

This commit is contained in:
Andrea
2023-03-01 20:39:41 +01:00
parent 18e1c1e2e6
commit 806ef1ec90
18 changed files with 3810 additions and 858 deletions

View File

@@ -1,5 +1,10 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx", "app/routes/blog_.$id.tsx"],
"include": [
"remix.env.d.ts",
"**/*.ts",
"**/*.tsx",
"app/routes/blog_.$id.tsx"
],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"isolatedModules": true,
@@ -15,6 +20,7 @@
"paths": {
"~/*": ["./app/*"]
},
"module": "ES2022",
// Remix takes care of building everything in `remix build`.
"noEmit": true