Skip to content

Conversation

@WillSams
Copy link
Owner

@WillSams WillSams commented Mar 5, 2024

No description provided.

@watermelon-copilot-for-code-review

Watermelon AI Summary

The Pull Request is aimed at integrating a functional user interface into the main codebase, setting up the visual components that users will interact with.

GitHub PRs

example-react-django-project is an open repo and Watermelon will serve it for free.
🍉🫶

});
await seedData(knex, tableName, data);
} catch (ex) {
console.log(`Seed failed: ${ex.message}`);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains console logs. Please review or remove them.

FROM node:16

FROM node:20 as build-stage
WORKDIR /app

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains leftover multi-line comments. Please review or remove them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains leftover multi-line comments. Please review or remove them.

const fs = require("fs");

const clean = () => {
fs.rmSync("./node_modules", { recursive: true, force: true });

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR contains leftover multi-line comments. Please review or remove them.

@WillSams WillSams merged commit c53ec1f into development Mar 5, 2024
@WillSams WillSams deleted the chore/setup-initial-changes branch March 5, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants