mirror of
https://github.com/langchain-ai/langchain-extract.git
synced 2026-07-01 20:24:03 -04:00
c1f3e94698
Closes #30 Closes #29 ## Changes - Migrate from vite to next.js - Add `./frontend/Dockerfile` and add `frontend` service to docker-compose - Add lint & formatting checks to CI - Add frontend build check to CI - Update python CI to not run on frontend changes - Add `.env.example` to frontend (for `BASE_API_URL`) - Update some types - Add eslint rules - Frontend port is now `3000` (nextjs default) - Removed all instances of `react-router-dom` in favor of `next/navigation`
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|