mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat(fullScreenBlocker): make basic blocker work
This commit is contained in:
parent
9f6add0d50
commit
4b92a3f9ee
6 changed files with 127 additions and 4 deletions
|
|
@ -29,7 +29,12 @@
|
|||
"polyfills": "src/polyfills.ts",
|
||||
"tsConfig": "src/tsconfig.app.json",
|
||||
"preserveSymlinks": true,
|
||||
"assets": ["src/favicon.ico", "src/assets", "src/manifest.json"],
|
||||
"assets": [
|
||||
"src/favicon.ico",
|
||||
"src/assets",
|
||||
"src/manifest.json",
|
||||
"src/static/*.html"
|
||||
],
|
||||
"styles": ["src/styles.scss"],
|
||||
"scripts": [],
|
||||
"webWorkerTsConfig": "src/tsconfig.worker.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue