Skip to content

Commit

Permalink
feat: project-creation
Browse files Browse the repository at this point in the history
  • Loading branch information
maricdiranovic committed Feb 13, 2025
1 parent 7320642 commit c6a8876
Show file tree
Hide file tree
Showing 16 changed files with 930 additions and 774 deletions.
3 changes: 0 additions & 3 deletions client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ const withOptimizedImages = require('next-optimized-images');
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
eslint: {
ignoreDuringBuilds: true,
},
images: {
remotePatterns: [
{
Expand Down
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"devDependencies": {
"@types/geojson": "7946.0.14",
"@types/gtag.js": "0.0.5",
"@types/lodash": "4.14.191",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.13.0",
Expand Down
Loading

0 comments on commit c6a8876

Please sign in to comment.