diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-01-23 13:51:25 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-01-23 16:20:49 -0600 |
commit | f144284fc9108c05fb6536ee2d9be973e63969ee (patch) | |
tree | a08a6de5f0c09b0567a3b7f68bc6a09a3ade703a /clients | |
parent | Bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 (diff) | |
download | zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.tar zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.tar.gz zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.tar.bz2 zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.tar.lz zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.tar.xz zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.tar.zst zorascript-f144284fc9108c05fb6536ee2d9be973e63969ee.zip |
Update app ID
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/vite.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/vite.config.ts b/clients/www/vite.config.ts index 6f4943c..bd89f2f 100644 --- a/clients/www/vite.config.ts +++ b/clients/www/vite.config.ts @@ -31,7 +31,7 @@ export default defineConfig({ type: "image/png", } ], - id: "oracle-client", + id: "zorascript", }, registerType: 'autoUpdate', workbox: { |