Skip to content

Commit

Permalink
Merge pull request #1067 from w3bdesign/dev
Browse files Browse the repository at this point in the history
Try installing tslib
  • Loading branch information
w3bdesign committed Jun 8, 2023
2 parents baf0eb0 + 40fbeca commit c1da77b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 24 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts → nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
ssr: true,
//ssr: true,
ssr: false,
components: true,
css: ["~/assets/css/main.css", "~/assets/css/animate.min.css"],
modules: [
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"tailwindcss": "^3.3.2"
},
"overrides": {
"vue": "^3.2.47"
"vue": "^3.3.4"
},
"dependencies": {
"@formkit/nuxt": "^1.0.0-220222.4d97af0",
"@formkit/nuxt": "^1.0.0-beta.9-f64c966",
"@nuxtjs/algolia": "^1.7.0",
"@pinia/nuxt": "^0.4.11",
"pinia": "^2.1.3",
"pinia": "^2.1.3",
"uid": "^2.0.2",
"vee-validate": "^4.9.6",
"yup": "^1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./components/**/*.{js,vue,ts}",
"./components/**/*.{js,vue}",
"./layouts/**/*.vue",
"./pages/**/*.vue",
"./plugins/**/*.{js,ts}",
"./nuxt.config.{js,ts}",
"./plugins/**/*.{js}",
"./nuxt.config.{js}",
"./app.vue",
],
theme: {
Expand Down
14 changes: 0 additions & 14 deletions tsconfig.json

This file was deleted.

1 comment on commit c1da77b

@vercel
Copy link

@vercel vercel bot commented on c1da77b Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.