chore: rename to arcanesync-backend; update agents.md; disable vitest in eslint

This commit is contained in:
devilreef 2026-04-29 12:14:18 +06:00
parent ec5269a579
commit 8eff6d17b8
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y
3 changed files with 52 additions and 20 deletions

View file

@ -1,9 +1,9 @@
{
"name": "boilerplate",
"name": "arcanesync-backend",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@10.13.1",
"description": "typescript esm boilerplate",
"description": "cloud sync backend for the arcanegram telegram client fork",
"engines": {
"node": ">=24.0.0"
},