1
0
Fork 0
forked from OpenNeo/impress
impress/app/javascript/wardrobe-2020
Emi Matchu 6763e9454e Optionally use local instance of impress-2020 during development
To activate this, I created a `.env.development` file in my project
root, with the following content:

```env
IMPRESS_2020_ORIGIN=http://localhost:4000
```

Then, I started impress-2020 with `yarn dev --port=4000`.

Now, the app loads from there, hooray!! It even fixes that obnoxious
pet state ID bug that happens when you run against the production db lol
2024-01-28 07:00:29 -08:00
..
components Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
images Replace next/image references 2023-10-23 19:05:08 -07:00
ItemPage Load item compatibility data from the Rails app, not impress-2020 2023-11-11 08:15:10 -08:00
loaders Oops, fix species name in zones tooltip 2023-11-11 11:57:43 -08:00
WardrobePage Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
apolloClient.js Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
AppProvider.js Remove unused initialCacheState code from wardrobe-2020 2023-11-03 18:16:57 -07:00
impress-2020-config.js Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00
index.js Remove the item page drawer, just link to the item page instead 2023-11-03 16:56:51 -07:00
ItemPageOutfitPreview.js Oops, fix species name in zones tooltip 2023-11-11 11:57:43 -08:00
util.js Optionally use local instance of impress-2020 during development 2024-01-28 07:00:29 -08:00