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

Commit

Permalink
devでエラる状態を治した
Browse files Browse the repository at this point in the history
  • Loading branch information
negitoro001 committed Aug 5, 2024
1 parent 9323618 commit 1bc9c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 1bc9c97

Please sign in to comment.