feat(pokemon): add CSV data fetch to populate edit form
Allow users to search and fetch Pokemon data from local CSV files Auto-populate basic fields, stats, types, and translations Add type icons to Pokemon detail and list views
This commit is contained in:
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
.git
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/*.log
|
||||
**/.env
|
||||
frontend
|
||||
Reference in New Issue
Block a user