Skip to content

Commit

Permalink
config: change config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jun 14, 2022
1 parent a8dfc94 commit 08e4632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 1 addition & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { defineNuxtConfig } from "nuxt";
export default defineNuxtConfig({
css: ["assets/scss/index.scss"],
// NUXT_PORT
// server: {
// port: 9000
// },

build: {
postcss: {
postcssOptions: {
Expand Down
6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module.exports = {
"./components/**/*.{vue,js}",
"./layouts/**/*.vue",
"./pages/**/*.vue",
"./app.vue",
// "./app.vue",
"./plugins/**/*.{js,ts}",
"./nuxt.config.{js,ts}",
// "./nuxt.config.{js,ts}",
],
theme: {
extend: {},
Expand Down

0 comments on commit 08e4632

Please sign in to comment.