mirror of
https://github.com/coaidev/coai.git
synced 2025-05-31 10:50:21 +09:00
fix glob patterns
This commit is contained in:
parent
3182989ef4
commit
65eb601d84
@ -417,4 +417,5 @@
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
color: hsl(var(--text-secondary));
|
||||
transform: translateY(4px);
|
||||
}
|
||||
|
@ -33,7 +33,6 @@ export default defineConfig({
|
||||
globPatterns: [
|
||||
// except for sw.js, which is precached by workbox itself
|
||||
'**/*.{js,css,html,png,svg,ico,webp}',
|
||||
'!sw.js',
|
||||
],
|
||||
globDirectory: 'dist',
|
||||
swDest: 'dist/sw.js',
|
||||
|
Loading…
Reference in New Issue
Block a user