Skip to content

Commit

Permalink
chore: rename app
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Dec 16, 2023
1 parent 649b8e3 commit ea754dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/shell/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ const path = require('path')
const { promises: fs } = require('fs')

module.exports = {
packagerConfig: {},
packagerConfig: {
name: 'Shell',
},
rebuildConfig: {},
makers: [
{
Expand Down

0 comments on commit ea754dc

Please sign in to comment.