Skip to content

Commit 544622d

Browse files
committed
migrate to ejs templates + tailwind css
1 parent a5d92b1 commit 544622d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1683
-32440
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
./node_modules/
2-
./idea/
3-
./vscode/
1+
node_modules
2+
idea
3+
vscode
44

55
# Project config
66
conf.json
77
instance.js
88
bot.db
99
bot.db-shm
1010
bot.db-wal
11-
./var/
11+
./var/

package-lock.json

Lines changed: 75 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"commander": "^9.4.1",
3232
"compression": "^1.7.4",
3333
"cookie-parser": "^1.4.6",
34+
"ejs": "^3.1.9",
3435
"express": "^4.18.2",
36+
"express-ejs-layouts": "^2.5.1",
3537
"http": "^0.0.1-security",
3638
"lodash": "^4.17.21",
3739
"mocha": "^10.1.0",
@@ -50,7 +52,6 @@
5052
"telegraf": "^4.10.0",
5153
"ts-node": "^10.9.1",
5254
"tulind": "^0.8.20",
53-
"twig": "^1.17.1",
5455
"typescript": "^5.5.4",
5556
"winston": "^3.8.2",
5657
"winston-telegram": "^2.6.0",

0 commit comments

Comments
 (0)