mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
refactor: skip validation
This commit is contained in:
@@ -25,6 +25,11 @@ export async function getServerSideProps(
|
||||
};
|
||||
}
|
||||
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
return {
|
||||
props: {},
|
||||
};
|
||||
}
|
||||
const isValid = await isValidLicense();
|
||||
|
||||
if (!isValid) {
|
||||
|
||||
Reference in New Issue
Block a user