mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 05:55:36 +05:00
anix/ci: fix build
This commit is contained in:
parent
7f007480ed
commit
284e262527
4 changed files with 27 additions and 5 deletions
|
@ -2,8 +2,9 @@
|
||||||
"$schema": "https://unpkg.com/flowbite-react/schema.json",
|
"$schema": "https://unpkg.com/flowbite-react/schema.json",
|
||||||
"components": [],
|
"components": [],
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"prefix": "",
|
|
||||||
"path": "src/components",
|
"path": "src/components",
|
||||||
|
"prefix": "",
|
||||||
|
"rsc": true,
|
||||||
"tsx": true,
|
"tsx": true,
|
||||||
"rsc": true
|
"version": 3
|
||||||
}
|
}
|
22
.flowbite-react/init.tsx
Normal file
22
.flowbite-react/init.tsx
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
/* eslint-disable */
|
||||||
|
// @ts-nocheck
|
||||||
|
// biome-ignore-all lint: auto-generated file
|
||||||
|
|
||||||
|
// This file is auto-generated by the flowbite-react CLI.
|
||||||
|
// Do not edit this file directly.
|
||||||
|
// Instead, edit the .flowbite-react/config.json file.
|
||||||
|
|
||||||
|
import { StoreInit } from "flowbite-react/store/init";
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
|
export const CONFIG = {
|
||||||
|
dark: true,
|
||||||
|
prefix: "",
|
||||||
|
version: 3,
|
||||||
|
};
|
||||||
|
|
||||||
|
export function ThemeInit() {
|
||||||
|
return <StoreInit {...CONFIG} />;
|
||||||
|
}
|
||||||
|
|
||||||
|
ThemeInit.displayName = "ThemeInit";
|
|
@ -7,8 +7,7 @@
|
||||||
"dev-with-services": "node ./run-all.dev.js",
|
"dev-with-services": "node ./run-all.dev.js",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint"
|
||||||
"postinstall": "flowbite-react patch"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apexcharts": "^3.52.0",
|
"apexcharts": "^3.52.0",
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
|
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
".flowbite-react\\class-list.json"
|
".flowbite-react/class-list.json"
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
addIconSelectors(["mdi", "material-symbols", "twemoji", "fa6-brands", "solar"]),
|
addIconSelectors(["mdi", "material-symbols", "twemoji", "fa6-brands", "solar"]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue