mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 21:41:20 -07:00
refactor(site): english-only, remove i18n machinery
This commit is contained in:
+2
-4
@@ -9,8 +9,7 @@
|
||||
"prebuild": "node scripts/copy-install.mjs",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"check": "astro check",
|
||||
"test": "vitest run"
|
||||
"check": "astro check"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.0.0",
|
||||
@@ -19,7 +18,6 @@
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"typescript": "^5.6.0",
|
||||
"vitest": "^2.1.0"
|
||||
"typescript": "^5.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user