Skip to content

Commit

Permalink
fix(pwa-helper): build banner
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 27, 2023
1 parent 388004d commit 359fe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pwa-helper/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {generateSW} from 'workbox-build';
import packageJson from './package.json' assert {type: 'json'};

const logger = createLogger('alwatr-pwa-build');
const banner = '/* ..:: Alwatr UI Demo ::.. */\n';
const banner = '/* ..:: Alwatr PWA ::.. */\n';

const srcDir = 'src';
const resDir = 'res';
Expand Down

0 comments on commit 359fe73

Please sign in to comment.