Conversation
Watermelon AI SummaryThe 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}`); |
There was a problem hiding this comment.
This PR contains console logs. Please review or remove them.
| FROM node:16 | ||
|
|
||
| FROM node:20 as build-stage | ||
| WORKDIR /app |
There was a problem hiding this comment.
This PR contains leftover multi-line comments. Please review or remove them.
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> |
There was a problem hiding this comment.
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 }); |
There was a problem hiding this comment.
This PR contains leftover multi-line comments. Please review or remove them.
No description provided.