Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added apps/dashboard/.eslintrc.js
Empty file.
Empty file added apps/dashboard/.gitignore
Empty file.
Empty file added apps/dashboard/.idea/.gitignore
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added apps/dashboard/.idea/misc.xml
Empty file.
Empty file.
Empty file.
Empty file added apps/dashboard/.idea/vcs.xml
Empty file.
Empty file added apps/dashboard/.prettierrc
Empty file.
Empty file added apps/dashboard/README.md
Empty file.
Empty file added apps/dashboard/components.json
Empty file.
Empty file added apps/dashboard/gcp_cors.json
Empty file.
Empty file added apps/dashboard/next.config.mjs
Empty file.
Empty file added apps/dashboard/package.json
Empty file.
Empty file.
Empty file added apps/dashboard/public/32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added apps/dashboard/public/44.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added apps/dashboard/public/46.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added apps/dashboard/public/54.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added apps/dashboard/src/app/page.tsx
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added apps/dashboard/src/lib/utils.ts
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added apps/dashboard/tsconfig.json
Empty file.
17 changes: 17 additions & 0 deletions apps/reacthor-admin/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const path = require("path");
const { PrismaPlugin } = require('@prisma/nextjs-monorepo-workaround-plugin')

module.exports = {
output: "standalone",
reactStrictMode: true,
experimental: {
outputFileTracingRoot: path.join(__dirname, "../../"),
},
webpack: (config, { isServer }) => {
if (isServer) {
config.plugins = [...config.plugins, new PrismaPlugin()];
}

return config;
},
};
18 changes: 0 additions & 18 deletions apps/reacthor-admin/next.config.mjs

This file was deleted.

Empty file added packages/prisma/.gitignore
Empty file.
Empty file added packages/prisma/README.md
Empty file.
Empty file added packages/prisma/index.ts
Empty file.
Empty file added packages/prisma/package.json
Empty file.
Empty file.
Empty file.
Empty file.