mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
11 lines
491 B
JavaScript
11 lines
491 B
JavaScript
import * as __SNOWPACK_ENV__ from '../_snowpack/env.js';
|
|
import.meta.env = __SNOWPACK_ENV__;
|
|
|
|
import React from "../_snowpack/pkg/react.js";
|
|
import ReactDOM from "../_snowpack/pkg/react-dom.js";
|
|
import App from "./App.js";
|
|
ReactDOM.render(/* @__PURE__ */ React.createElement(React.StrictMode, null, /* @__PURE__ */ React.createElement(App, null)), document.getElementById("root"));
|
|
if (undefined /* [snowpack] import.meta.hot */ ) {
|
|
undefined /* [snowpack] import.meta.hot */ .accept();
|
|
}
|