12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #include <inttypes.h>
- extern const uint8_t _favicon_32x32_png_start[] asm("_binary_favicon_32x32_png_start");
- extern const uint8_t _favicon_32x32_png_end[] asm("_binary_favicon_32x32_png_end");
- extern const uint8_t _index_html_gz_start[] asm("_binary_index_html_gz_start");
- extern const uint8_t _index_html_gz_end[] asm("_binary_index_html_gz_end");
- <<<<<<< HEAD
- extern const uint8_t _index_31a52e_bundle_js_gz_start[] asm("_binary_index_31a52e_bundle_js_gz_start");
- extern const uint8_t _index_31a52e_bundle_js_gz_end[] asm("_binary_index_31a52e_bundle_js_gz_end");
- extern const uint8_t _node_modules_31a52e_bundle_js_gz_start[] asm("_binary_node_modules_31a52e_bundle_js_gz_start");
- extern const uint8_t _node_modules_31a52e_bundle_js_gz_end[] asm("_binary_node_modules_31a52e_bundle_js_gz_end");
- extern const uint8_t _runtime_31a52e_bundle_js_gz_start[] asm("_binary_runtime_31a52e_bundle_js_gz_start");
- extern const uint8_t _runtime_31a52e_bundle_js_gz_end[] asm("_binary_runtime_31a52e_bundle_js_gz_end");
- const char * resource_lookups[] = {
- "/dist/favicon-32x32.png",
- "/dist/index.html.gz",
- "/js/index.31a52e.bundle.js.gz",
- "/js/node-modules.31a52e.bundle.js.gz",
- "/js/runtime.31a52e.bundle.js.gz",
- =======
- extern const uint8_t _index_0b6890_bundle_js_gz_start[] asm("_binary_index_0b6890_bundle_js_gz_start");
- extern const uint8_t _index_0b6890_bundle_js_gz_end[] asm("_binary_index_0b6890_bundle_js_gz_end");
- extern const uint8_t _node_modules_0b6890_bundle_js_gz_start[] asm("_binary_node_modules_0b6890_bundle_js_gz_start");
- extern const uint8_t _node_modules_0b6890_bundle_js_gz_end[] asm("_binary_node_modules_0b6890_bundle_js_gz_end");
- extern const uint8_t _runtime_0b6890_bundle_js_gz_start[] asm("_binary_runtime_0b6890_bundle_js_gz_start");
- extern const uint8_t _runtime_0b6890_bundle_js_gz_end[] asm("_binary_runtime_0b6890_bundle_js_gz_end");
- const char * resource_lookups[] = {
- "/dist/favicon-32x32.png",
- "/dist/index.html.gz",
- "/js/index.0b6890.bundle.js.gz",
- "/js/node-modules.0b6890.bundle.js.gz",
- "/js/runtime.0b6890.bundle.js.gz",
- >>>>>>> master-cmake
- ""
- };
- const uint8_t * resource_map_start[] = {
- _favicon_32x32_png_start,
- _index_html_gz_start,
- <<<<<<< HEAD
- _index_31a52e_bundle_js_gz_start,
- _node_modules_31a52e_bundle_js_gz_start,
- _runtime_31a52e_bundle_js_gz_start
- =======
- _index_0b6890_bundle_js_gz_start,
- _node_modules_0b6890_bundle_js_gz_start,
- _runtime_0b6890_bundle_js_gz_start
- >>>>>>> master-cmake
- };
- const uint8_t * resource_map_end[] = {
- _favicon_32x32_png_end,
- _index_html_gz_end,
- <<<<<<< HEAD
- _index_31a52e_bundle_js_gz_end,
- _node_modules_31a52e_bundle_js_gz_end,
- _runtime_31a52e_bundle_js_gz_end
- =======
- _index_0b6890_bundle_js_gz_end,
- _node_modules_0b6890_bundle_js_gz_end,
- _runtime_0b6890_bundle_js_gz_end
- >>>>>>> master-cmake
- };
|