You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678 |
- // (echo export const VERSION = '$npm_package_version') > src/viewer/version.ts
-
- // in nodejs
-
- import {writeFileSync} from 'node:fs'
-
- writeFileSync('src/viewer/version.ts', `export const VERSION = '${process.env.npm_package_version}'\n`)
|