Update nickname formatting

This commit is contained in:
Tarrgon
2025-11-09 15:19:33 -05:00
parent 916bf519d4
commit 986e23fe6d
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -29,6 +29,6 @@
"start": "node dist/index.js",
"build": "npm run clean && npx tsc && npm run copyfiles",
"clean": "npx rimraf dist",
"copyfiles": "npx copyfiles -u 1 \"./src/**/*.html\" ./dist"
"copyfiles": "npx copyfiles -u 1 \"./src/**/*.ejs\" ./dist"
}
}