diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-07-09 10:19:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 17:19:07 +0900 |
| commit | 59046d583dc1ef216760b83012ef9d876407ae38 (patch) | |
| tree | 14fe2476f851d37ede353ed2045824aa001fb43a /locales/package.json | |
| parent | refactor(backend): skip fetching notes when the data is same-origin (#11200) (diff) | |
| download | sharkey-59046d583dc1ef216760b83012ef9d876407ae38.tar.gz sharkey-59046d583dc1ef216760b83012ef9d876407ae38.tar.bz2 sharkey-59046d583dc1ef216760b83012ef9d876407ae38.zip | |
refactor(locales, sw): use es module (#11204)
* refactor(locales): use es module
* fix sw build
* fix gulp
* try fixing storybook
* Revert "try fixing storybook"
This reverts commit 5f2a4eee016776381a7d80407e28d129c252228f.
* try fixing storybook 2
* Update main.ts
* Update build.js
* Update main.ts
* Update changes.ts
* fix sw lint
* Update build.js
Diffstat (limited to 'locales/package.json')
| -rw-r--r-- | locales/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locales/package.json b/locales/package.json new file mode 100644 index 0000000000..bedb411a91 --- /dev/null +++ b/locales/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} |