diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-04 20:56:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 20:56:14 +0900 |
| commit | 2b21c1936212b6e1288d545b71544888e84ce8ab (patch) | |
| tree | 36b64120b61e372fc92cccc1ca2ac55886733558 /packages/frontend/src/_dev_boot_.ts | |
| parent | chore(frontend): ui tweak (diff) | |
| download | sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.gz sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.bz2 sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.zip | |
update deps (#13624)
* update deps
* Update package.json
* update deps
* build: pass --strip-leading-paths to restore 0.2.x behavior (#13684)
* :v:
* :v:
* pureimageの代わりに@napi-rs/canvasを使う (#13748)
* pureimageの代わりに@napi-rs/canvasを使う
* remove writestream
* remove createtemp
* wip
* Update ClientServerService.ts
* update pnpm to 9.x
* update deps
* re: update pnpm to 9.x
* update node
* :v:
---------
Co-authored-by: anatawa12 <anatawa12@icloud.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/src/_dev_boot_.ts')
| -rw-r--r-- | packages/frontend/src/_dev_boot_.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/_dev_boot_.ts b/packages/frontend/src/_dev_boot_.ts index eceec76c51..7c6e537fbc 100644 --- a/packages/frontend/src/_dev_boot_.ts +++ b/packages/frontend/src/_dev_boot_.ts @@ -6,7 +6,7 @@ // devモードで起動される際(index.htmlを使うとき)はrouterが暴発してしまってうまく読み込めない。 // よって、devモードとして起動されるときはビルド時に組み込む形としておく。 // (pnpm start時はpugファイルの中で静的リソースとして読み込むようになっており、この問題は起こっていない) -import '@tabler/icons-webfont/tabler-icons.scss'; +import '@tabler/icons-webfont/dist/tabler-icons.scss'; await main(); |