chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:48:55 +08:00
commit c728c8e1e1
1067 changed files with 109127 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import fs from 'fs'
// avoid requiring our whole package.json file
// make a small file for our version number
const pkg = JSON.parse(fs.readFileSync('./package.json').toString())
fs.writeFileSync('./src/_version.js', `export default '${pkg.version}'`)