feat: Add wxt/storage API (#234)

This commit is contained in:
Aaron
2023-11-14 23:07:45 -06:00
committed by GitHub
parent 046a4809d3
commit d2cb8f9416
14 changed files with 658 additions and 16 deletions
+1
View File
@@ -57,6 +57,7 @@ const config: tsup.Options[] = [
entry: {
index: 'src/index.ts',
testing: 'src/testing/index.ts',
storage: 'src/storage.ts',
},
format: ['cjs', 'esm'],
clean: true,