fix app name

This commit is contained in:
Ramnique Singh 2026-01-20 15:24:58 +05:30
parent bdaca80d59
commit ac1f93e74d
2 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ module.exports = {
// Read version from source package.json (updated by CI from git tag)
const sourcePackageJson = JSON.parse(fs.readFileSync(path.join(__dirname, 'package.json'), 'utf8'));
const packageJson = {
name: '@x/main',
name: 'Rowboat',
version: sourcePackageJson.version,
main: 'dist-bundle/main.js',
};
@ -227,7 +227,7 @@ module.exports = {
// Read version from source package.json (updated by CI from git tag)
const sourcePackageJson = JSON.parse(fs.readFileSync(path.join(__dirname, 'package.json'), 'utf8'));
const packageJson = {
name: '@x/main',
name: 'Rowboat',
version: sourcePackageJson.version,
main: 'dist-bundle/main.js',
// Note: No "type": "module" since we bundle as CommonJS

View file

@ -1,5 +1,5 @@
{
"name": "@x/main",
"name": "Rowboat",
"type": "module",
"version": "0.1.0",
"main": "dist/main.js",