Compare commits
4 Commits
a0c65d2a8c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e22e7139e | |||
| 5225baf80a | |||
| bf081e471f | |||
| b5ceed8279 |
@@ -1,4 +1,4 @@
|
|||||||
FROM node:24 AS builder
|
FROM node:25 AS builder
|
||||||
|
|
||||||
COPY . /src
|
COPY . /src
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
19
stores.json
19
stores.json
@@ -615,7 +615,7 @@
|
|||||||
"meta": ""
|
"meta": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Better Read Than Dead",
|
"name": "Book Row",
|
||||||
"address": "867 Broadway",
|
"address": "867 Broadway",
|
||||||
"city": "Brooklyn",
|
"city": "Brooklyn",
|
||||||
"state": "NY",
|
"state": "NY",
|
||||||
@@ -624,26 +624,11 @@
|
|||||||
"lat": "40.698648",
|
"lat": "40.698648",
|
||||||
"long": "-73.937703",
|
"long": "-73.937703",
|
||||||
"country": "USA",
|
"country": "USA",
|
||||||
"website": "http://betterreadthandeadbooks.com/",
|
"website": "https://www.instagram.com/_bookrow/",
|
||||||
"events": "No",
|
"events": "No",
|
||||||
"cafe": "No",
|
"cafe": "No",
|
||||||
"meta": ""
|
"meta": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Better Read Than Dead & Burly Coffee",
|
|
||||||
"address": "90 Kosciuszko St",
|
|
||||||
"city": "Brooklyn",
|
|
||||||
"state": "NY",
|
|
||||||
"postcode": "11205",
|
|
||||||
"description": "",
|
|
||||||
"lat": "40.69042227153706",
|
|
||||||
"long": "-73.95191960220052",
|
|
||||||
"country": "USA",
|
|
||||||
"website": "http://betterreadthandeadbooks.com/",
|
|
||||||
"events": "No",
|
|
||||||
"cafe": "Yes",
|
|
||||||
"meta": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Desert Island Comics",
|
"name": "Desert Island Comics",
|
||||||
"address": "540 Metropolitan Ave",
|
"address": "540 Metropolitan Ave",
|
||||||
|
|||||||
Reference in New Issue
Block a user