Skip to content

Commit

Permalink
#1 共有からテキストを受信
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Jul 21, 2024
1 parent 9eb8fc9 commit eaaf6dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { VitePWA, VitePWAOptions } from 'vite-plugin-pwa' // これを追加

const pwaOptions: Partial<VitePWAOptions> = {
strategies: 'generateSW' as 'generateSW', // デフォルトなので不要
registerType: 'prompt' as 'prompt', // デフォルトなので不要
manifest: {
name: 'PPPOST',
short_name: 'PPPOST',
Expand Down

0 comments on commit eaaf6dc

Please sign in to comment.