Browse Source

add dist to gitignore; bring back one booking to json file

master
Marek Piasecki 1 year ago
parent
commit
ecad81d9ed
  1. 1
      .gitignore
  2. 26
      dist/index.html
  3. 3
      src/api/bookings_2023_02_01.json

1
.gitignore

@ -1 +1,2 @@
node_modules
dist

26
dist/index.html

File diff suppressed because one or more lines are too long

3
src/api/bookings_2023_02_01.json

@ -5,5 +5,6 @@
{ "id": "087ddebe-dd41-7e39-bda8-f617d8c4385d", "start": "2023-02-01T11:30:00.000Z", "end": "2023-02-01T13:00:00.000Z" },
{ "id": "5117e557-8d86-4180-9326-1ce0cf733982", "start": "2023-02-01T13:00:00.000Z", "end": "2023-02-01T13:10:00.000Z" },
{ "id": "9e323a9e-adf9-605f-9386-c939a9a6af3f", "start": "2023-02-01T13:55:00.000Z", "end": "2023-02-01T14:30:00.000Z" },
{ "id": "bd8fc476-ac50-3327-4ece-d73897796852", "start": "2023-02-01T20:00:00.000Z", "end": "2023-02-01T22:30:00.000Z" }
{ "id": "bd8fc476-ac50-3327-4ece-d73897796852", "start": "2023-02-01T20:00:00.000Z", "end": "2023-02-01T22:30:00.000Z" },
{ "id": "0510de47-c86e-a64c-bb86-461c039b1012", "start": "2023-02-02T10:00:00.000Z", "end": "2023-02-02T20:00:00.000Z" }
]

Loading…
Cancel
Save