feat: remove postgres & use a single docker container
This commit is contained in:
@@ -91,6 +91,6 @@ export default App;
|
||||
|
||||
App.getInitialProps = ({ ctx }: { ctx: GetServerSidePropsContext }) => {
|
||||
return {
|
||||
colorScheme: getCookie("color-schema", ctx) || "light",
|
||||
colorScheme: getCookie("color-schema") || "light",
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user