Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

パッケージのアップデート&フォーマッタをESlintからbiomeに移行 #68

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
flex: 1;
}

@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma/bulma.scss";

// Import component
@import "../node_modules/bulma-calendar/dist/css/bulma-calendar.css";
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineNuxtConfig({
experimental: {
payloadExtraction: true,
},
devtools: { enabled: false },
devServer: {
port:
typeof process.env.APP_PORT === "number" ? process.env.APP_PORT : 3001,
Expand Down
Loading
Loading