mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 15:49:34 +05:00
feat: pack creating
This commit is contained in:
parent
5be021789b
commit
af7b8a6fea
27 changed files with 677 additions and 130 deletions
|
@ -1,8 +1,12 @@
|
|||
import type { NextConfig } from "next";
|
||||
import withFlowbiteReact from "flowbite-react/plugin/nextjs";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: 'export',
|
||||
output: "export",
|
||||
publicRuntimeConfig: {
|
||||
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || "/api",
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
export default withFlowbiteReact(nextConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue