Starting Over with Ink

This commit is contained in:
2025-08-10 14:54:47 -05:00
parent f38eff12cd
commit ec6d49e37e
14 changed files with 3280 additions and 557 deletions

18
.babelrc Normal file
View File

@@ -0,0 +1,18 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "16"
}
}
],
[
"@babel/preset-react",
{
"runtime": "classic"
}
]
]
}