Skip to content

Commit

Permalink
fix(storage-engine): export type
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 17, 2022
1 parent fc5fe8a commit 4dbd79f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/storage-engine/src/storage-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {readJsonFile, writeJsonFile} from './util.js';
import type {AlwatrDocumentStorage, AlwatrStorageEngineConfig, AlwatrDocumentObject} from './type.js';
import type {AlwatrLogger} from '@alwatr/logger';

export {AlwatrDocumentStorage as DataStorage, AlwatrStorageEngineConfig, AlwatrDocumentObject};
export {AlwatrDocumentStorage, AlwatrStorageEngineConfig, AlwatrDocumentObject};

alwatrRegisteredList.push({
name: '@alwatr/storage-engine',
Expand Down
3 changes: 2 additions & 1 deletion uniquely/flight-finder-pwa/workbox-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export const workboxConfig = {
swDest: 'dist/sw.js',
globDirectory: 'dist/',
// skipWaiting: true,
clientsClaim: true,
skipWaiting: true,
globPatterns: ['**/*.{js,css,html,json,png,svg,ico,webp}'],
}

0 comments on commit 4dbd79f

Please sign in to comment.