Skip to content

Commit

Permalink
github pages changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Khangai-Dulamsuren committed Mar 12, 2024
1 parent 7755340 commit 9532c52
Show file tree
Hide file tree
Showing 25 changed files with 3,431 additions and 1 deletion.
2,376 changes: 2,376 additions & 0 deletions docs/3rdpartylicenses.txt

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions docs/browser/chunk-QHPT3Z53.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/browser/chunk-RCZITCWS.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/chunk-SZTVYAQY.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/browser/favicon.ico
Binary file not shown.
176 changes: 176 additions & 0 deletions docs/browser/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/browser/main-GO367QVZ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/browser/polyfills-RT5I6R6G.js

Large diffs are not rendered by default.

Empty file.
12 changes: 12 additions & 0 deletions docs/browser/tic-tac-toe/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html><html lang="en" data-critters-container><head>
<meta charset="utf-8">
<title>Khangai's Personal Projects</title>
<base href>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"><link rel="modulepreload" href="chunk-RCZITCWS.js"></head>
<body><!--nghm-->
<app-root _nghost-ng-c3984273398 ng-version="17.2.4" ngh="1" ng-server-context="ssg"><router-outlet _ngcontent-ng-c3984273398></router-outlet><lib-tic-tac-toe _nghost-ng-c2097753848 ngh="0"><p _ngcontent-ng-c2097753848> tic-tac-toe works! </p></lib-tic-tac-toe><!----></app-root>
<script src="polyfills-RT5I6R6G.js" type="module"></script><script src="main-GO367QVZ.js" type="module"></script>

<script id="ng-state" type="application/json">{"__nghData__":[{},{"c":{"0":[{"i":"c2097753848","r":1}]}}]}</script></body></html>
6 changes: 6 additions & 0 deletions docs/prerendered-routes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"routes": [
"/",
"/tic-tac-toe"
]
}
166 changes: 166 additions & 0 deletions docs/server/chunk-2TXROY4C.mjs

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions docs/server/chunk-ENIMPOUU.mjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/server/chunk-O73ZHKXN.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import './polyfills.server.mjs';
import{c as f,e as T}from"./chunk-VVCT4QZE.mjs";var x=T((m,S)=>{(function(){var p,y,d,g,E,u,v,b,_,w,H,c;v=(function(){class r{constructor(){this.onloadstart=null,this.onprogress=null,this.onabort=null,this.onerror=null,this.onload=null,this.ontimeout=null,this.onloadend=null,this._listeners={}}addEventListener(e,t){var s;e=e.toLowerCase(),(s=this._listeners)[e]||(s[e]=[]),this._listeners[e].push(t)}removeEventListener(e,t){var s;e=e.toLowerCase(),this._listeners[e]&&(s=this._listeners[e].indexOf(t),s!==-1&&this._listeners[e].splice(s,1))}dispatchEvent(e){var t,s,o,i,n;if(e.currentTarget=e.target=this,t=e.type,n=this._listeners[t])for(s=0,o=n.length;s<o;s++)i=n[s],i.call(this,e);(i=this[`on${t}`])&&i.call(this,e)}}return r.prototype.onloadstart=null,r.prototype.onprogress=null,r.prototype.onabort=null,r.prototype.onerror=null,r.prototype.onload=null,r.prototype.ontimeout=null,r.prototype.onloadend=null,r}).call(this),_=f("http"),w=f("https"),H=f("os"),c=f("url"),u=(function(){class r extends v{constructor(e){super(),this.onreadystatechange=null,this._anonymous=e&&e.anon,this.readyState=r.UNSENT,this.response=null,this.responseText="",this.responseType="",this.responseURL="",this.status=0,this.statusText="",this.timeout=0,this.upload=new b(this),this._method=null,this._url=null,this._sync=!1,this._headers=null,this._loweredHeaders=null,this._mimeOverride=null,this._request=null,this._response=null,this._responseParts=null,this._responseHeaders=null,this._aborting=null,this._error=null,this._loadedBytes=0,this._totalBytes=0,this._lengthComputable=!1}open(e,t,s,o,i){var n;if(e=e.toUpperCase(),e in this._restrictedMethods)throw new g(`HTTP method ${e} is not allowed in XHR`);switch(n=this._parseUrl(t),s===void 0&&(s=!0),this.readyState){case r.UNSENT:case r.OPENED:case r.DONE:break;case r.HEADERS_RECEIVED:case r.LOADING:}this._method=e,this._url=n,this._sync=!s,this._headers={},this._loweredHeaders={},this._mimeOverride=null,this._setReadyState(r.OPENED),this._request=null,this._response=null,this.status=0,this.statusText="",this._responseParts=[],this._responseHeaders=null,this._loadedBytes=0,this._totalBytes=0,this._lengthComputable=!1}setRequestHeader(e,t){var s;if(this.readyState!==r.OPENED)throw new p("XHR readyState must be OPENED");if(s=e.toLowerCase(),this._restrictedHeaders[s]||/^sec\-/.test(s)||/^proxy-/.test(s)){console.warn(`Refused to set unsafe header "${e}"`);return}t=t.toString(),s in this._loweredHeaders?(e=this._loweredHeaders[s],this._headers[e]=this._headers[e]+", "+t):(this._loweredHeaders[s]=e,this._headers[e]=t)}send(e){if(this.readyState!==r.OPENED)throw new p("XHR readyState must be OPENED");if(this._request)throw new p("send() already called");switch(this._url.protocol){case"file:":this._sendFile(e);break;case"http:":case"https:":this._sendHttp(e);break;default:throw new y(`Unsupported protocol ${this._url.protocol}`)}}abort(){this._request&&(this._request.abort(),this._setError(),this._dispatchProgress("abort"),this._dispatchProgress("loadend"))}getResponseHeader(e){var t;return this._responseHeaders?(t=e.toLowerCase(),t in this._responseHeaders?this._responseHeaders[t]:null):null}getAllResponseHeaders(){var e,t,s;return this._responseHeaders?(e=(function(){var o,i;o=this._responseHeaders,i=[];for(t in o)s=o[t],i.push(`${t}: ${s}`);return i}).call(this),e.join(`\r
`)):""}overrideMimeType(e){if(this.readyState===r.LOADING||this.readyState===r.DONE)throw new p("overrideMimeType() not allowed in LOADING or DONE");this._mimeOverride=e.toLowerCase()}nodejsSet(e){var t,s;if("httpAgent"in e&&(this.nodejsHttpAgent=e.httpAgent),"httpsAgent"in e&&(this.nodejsHttpsAgent=e.httpsAgent),"baseUrl"in e){if(t=e.baseUrl,t!==null&&(s=c.parse(t,!1,!0),!s.protocol))throw new E("baseUrl must be an absolute URL");this.nodejsBaseUrl=t}}static nodejsSet(e){r.prototype.nodejsSet(e)}_setReadyState(e){var t;this.readyState=e,t=new d("readystatechange"),this.dispatchEvent(t)}_sendFile(){throw this._url.method!=="GET"?new y("The file protocol only supports GET"):new Error("Protocol file: not implemented")}_sendHttp(e){if(this._sync)throw new Error("Synchronous XHR processing not implemented");e!=null&&(this._method==="GET"||this._method==="HEAD")?(console.warn(`Discarding entity body for ${this._method} requests`),e=null):e||(e=""),this.upload._setData(e),this._finalizeHeaders(),this._sendHxxpRequest()}_sendHxxpRequest(){var e,t,s;this._url.protocol==="http:"?(t=_,e=this.nodejsHttpAgent):(t=w,e=this.nodejsHttpsAgent),s=t.request({hostname:this._url.hostname,port:this._url.port,path:this._url.path,auth:this._url.auth,method:this._method,headers:this._headers,agent:e}),this._request=s,this.timeout&&s.setTimeout(this.timeout,()=>this._onHttpTimeout(s)),s.on("response",o=>this._onHttpResponse(s,o)),s.on("error",o=>this._onHttpRequestError(s,o)),this.upload._startUpload(s),this._request===s&&this._dispatchProgress("loadstart")}_finalizeHeaders(){var e;this._headers.Connection="keep-alive",this._headers.Host=this._url.host,this._anonymous&&(this._headers.Referer="about:blank"),(e=this._headers)["User-Agent"]||(e["User-Agent"]=this._userAgent),this.upload._finalizeHeaders(this._headers,this._loweredHeaders)}_onHttpResponse(e,t){var s;if(this._request===e){switch(t.statusCode){case 301:case 302:case 303:case 307:case 308:this._url=this._parseUrl(t.headers.location),this._method="GET","content-type"in this._loweredHeaders&&(delete this._headers[this._loweredHeaders["content-type"]],delete this._loweredHeaders["content-type"]),"Content-Type"in this._headers&&delete this._headers["Content-Type"],delete this._headers["Content-Length"],this.upload._reset(),this._finalizeHeaders(),this._sendHxxpRequest();return}return this._response=t,this._response.on("data",o=>this._onHttpResponseData(t,o)),this._response.on("end",()=>this._onHttpResponseEnd(t)),this._response.on("close",()=>this._onHttpResponseClose(t)),this.responseURL=this._url.href.split("#")[0],this.status=this._response.statusCode,this.statusText=_.STATUS_CODES[this.status],this._parseResponseHeaders(t),(s=this._responseHeaders["content-length"])?(this._totalBytes=parseInt(s),this._lengthComputable=!0):this._lengthComputable=!1,this._setReadyState(r.HEADERS_RECEIVED)}}_onHttpResponseData(e,t){if(this._response===e)return this._responseParts.push(t),this._loadedBytes+=t.length,this.readyState!==r.LOADING&&this._setReadyState(r.LOADING),this._dispatchProgress("progress")}_onHttpResponseEnd(e){if(this._response===e)return this._parseResponse(),this._request=null,this._response=null,this._setReadyState(r.DONE),this._dispatchProgress("load"),this._dispatchProgress("loadend")}_onHttpResponseClose(e){var t;if(this._response===e)return t=this._request,this._setError(),t.abort(),this._setReadyState(r.DONE),this._dispatchProgress("error"),this._dispatchProgress("loadend")}_onHttpTimeout(e){if(this._request===e)return this._setError(),e.abort(),this._setReadyState(r.DONE),this._dispatchProgress("timeout"),this._dispatchProgress("loadend")}_onHttpRequestError(e,t){if(this._request===e)return this._setError(),e.abort(),this._setReadyState(r.DONE),this._dispatchProgress("error"),this._dispatchProgress("loadend")}_dispatchProgress(e){var t;t=new d(e),t.lengthComputable=this._lengthComputable,t.loaded=this._loadedBytes,t.total=this._totalBytes,this.dispatchEvent(t)}_setError(){this._request=null,this._response=null,this._responseHeaders=null,this._responseParts=null}_parseUrl(e){var t,s,o,i,n;return this.nodejsBaseUrl===null?t=e:t=c.resolve(this.nodejsBaseUrl,e),n=c.parse(t,!1,!0),n.hash=null,n.auth&&(typeof i<"u"&&i!==null||typeof o<"u"&&o!==null)&&(s=n.auth.indexOf(":"),s===-1?i||(i=n.auth):(i||(i=n.substring(0,s)),o||(o=n.substring(s+1)))),(i||o)&&(n.auth=`${i}:${o}`),n}_parseResponseHeaders(e){var t,s,o,i;this._responseHeaders={},o=e.headers;for(s in o)i=o[s],t=s.toLowerCase(),!this._privateHeaders[t]&&(this._mimeOverride!==null&&t==="content-type"&&(i=this._mimeOverride),this._responseHeaders[t]=i);this._mimeOverride!==null&&!("content-type"in this._responseHeaders)&&(this._responseHeaders["content-type"]=this._mimeOverride)}_parseResponse(){var e,t,s,o,i,n,l;switch(Buffer.concat?t=Buffer.concat(this._responseParts):t=this._concatBuffers(this._responseParts),this._responseParts=null,this.responseType){case"text":this._parseTextResponse(t);break;case"json":this.responseText=null;try{this.response=JSON.parse(t.toString("utf-8"))}catch(a){i=a,this.response=null}break;case"buffer":this.responseText=null,this.response=t;break;case"arraybuffer":for(this.responseText=null,e=new ArrayBuffer(t.length),l=new Uint8Array(e),s=o=0,n=t.length;0<=n?o<n:o>n;s=0<=n?++o:--o)l[s]=t[s];this.response=e;break;default:this._parseTextResponse(t)}}_parseTextResponse(e){var t;try{this.responseText=e.toString(this._parseResponseEncoding())}catch(s){t=s,this.responseText=e.toString("binary")}this.response=this.responseText}_parseResponseEncoding(){var e,t,s;return t=null,(e=this._responseHeaders["content-type"])&&(s=/\;\s*charset\=(.*)$/.exec(e))?s[1]:"utf-8"}_concatBuffers(e){var t,s,o,i,n,l,a;if(e.length===0)return Buffer.alloc(0);if(e.length===1)return e[0];for(l=0,s=0,i=e.length;s<i;s++)t=e[s],l+=t.length;for(a=Buffer.alloc(l),l=0,o=0,n=e.length;o<n;o++)t=e[o],t.copy(a,l),l+=t.length;return a}}return r.prototype.onreadystatechange=null,r.prototype.readyState=null,r.prototype.response=null,r.prototype.responseText=null,r.prototype.responseType=null,r.prototype.status=null,r.prototype.timeout=null,r.prototype.upload=null,r.prototype.UNSENT=0,r.UNSENT=0,r.prototype.OPENED=1,r.OPENED=1,r.prototype.HEADERS_RECEIVED=2,r.HEADERS_RECEIVED=2,r.prototype.LOADING=3,r.LOADING=3,r.prototype.DONE=4,r.DONE=4,r.prototype.nodejsHttpAgent=_.globalAgent,r.prototype.nodejsHttpsAgent=w.globalAgent,r.prototype.nodejsBaseUrl=null,r.prototype._restrictedMethods={CONNECT:!0,TRACE:!0,TRACK:!0},r.prototype._restrictedHeaders={"accept-charset":!0,"accept-encoding":!0,"access-control-request-headers":!0,"access-control-request-method":!0,connection:!0,"content-length":!0,cookie:!0,cookie2:!0,date:!0,dnt:!0,expect:!0,host:!0,"keep-alive":!0,origin:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,via:!0},r.prototype._privateHeaders={"set-cookie":!0,"set-cookie2":!0},r.prototype._userAgent=`Mozilla/5.0 (${H.type()} ${H.arch()}) node.js/${process.versions.node} v8/${process.versions.v8}`,r}).call(this),S.exports=u,u.XMLHttpRequest=u,g=class extends Error{constructor(){super()}},u.SecurityError=g,p=class extends Error{constructor(){super()}},p=class extends Error{},u.InvalidStateError=p,y=class extends Error{constructor(){super()}},u.SyntaxError=E,E=class extends Error{constructor(){super()}},d=(function(){class r{constructor(e){this.type=e,this.target=null,this.currentTarget=null,this.lengthComputable=!1,this.loaded=0,this.total=0}}return r.prototype.bubbles=!1,r.prototype.cancelable=!1,r.prototype.target=null,r.prototype.loaded=null,r.prototype.lengthComputable=null,r.prototype.total=null,r}).call(this),u.ProgressEvent=d,b=class extends v{constructor(h){super(),this._request=h,this._reset()}_reset(){this._contentType=null,this._body=null}_setData(h){var e,t,s,o,i,n,l,a;if(!(typeof h>"u"||h===null))if(typeof h=="string")h.length!==0&&(this._contentType="text/plain;charset=UTF-8"),this._body=Buffer.from(h,"utf8");else if(Buffer.isBuffer(h))this._body=h;else if(h instanceof ArrayBuffer){for(e=Buffer.alloc(h.byteLength),a=new Uint8Array(h),t=s=0,n=h.byteLength;0<=n?s<n:s>n;t=0<=n?++s:--s)e[t]=a[t];this._body=e}else if(h.buffer&&h.buffer instanceof ArrayBuffer){for(e=Buffer.alloc(h.byteLength),i=h.byteOffset,a=new Uint8Array(h.buffer),t=o=0,l=h.byteLength;0<=l?o<l:o>l;t=0<=l?++o:--o)e[t]=a[t+i];this._body=e}else throw new Error(`Unsupported send() data ${h}`)}_finalizeHeaders(h,e){this._contentType&&("content-type"in e||(h["Content-Type"]=this._contentType)),this._body&&(h["Content-Length"]=this._body.length.toString())}_startUpload(h){this._body&&h.write(this._body),h.end()}},u.XMLHttpRequestUpload=b}).call(m)});export default x();
2 changes: 2 additions & 0 deletions docs/server/chunk-Q3W5RYEK.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './polyfills.server.mjs';
import{c as s}from"./chunk-ZV36UPBP.mjs";import{H as i,L as p,Y as n,c as r,ma as m,na as a,oa as c,ra as f}from"./chunk-ENIMPOUU.mjs";var d=(()=>{let t=class t{constructor(){this.title="Khangai"}};t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=r({type:t,selectors:[["app-root"]],standalone:!0,features:[p],decls:1,vars:0,template:function(e,x){e&1&&i(0,"router-outlet")},dependencies:[c]});let o=t;return o})();var l=[{path:"",loadChildren:()=>import("./chunk-2TXROY4C.mjs").then(o=>o.MasterModule)},{path:"tic-tac-toe",loadChildren:()=>import("./chunk-WNZXCRU6.mjs").then(o=>o.TicTacToeModule)}];var u={providers:[f(l),a()]};var h={providers:[s()]},g=n(u,h);var C=()=>m(d,g),q=C;export{q as a};
2 changes: 2 additions & 0 deletions docs/server/chunk-VVCT4QZE.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './polyfills.server.mjs';
var v=Object.create;var n=Object.defineProperty,w=Object.defineProperties,x=Object.getOwnPropertyDescriptor,y=Object.getOwnPropertyDescriptors,z=Object.getOwnPropertyNames,m=Object.getOwnPropertySymbols,A=Object.getPrototypeOf,o=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable;var l=(b,a)=>(a=Symbol[b])?a:Symbol.for("Symbol."+b);var r=(b,a,c)=>a in b?n(b,a,{enumerable:!0,configurable:!0,writable:!0,value:c}):b[a]=c,C=(b,a)=>{for(var c in a||={})o.call(a,c)&&r(b,c,a[c]);if(m)for(var c of m(a))s.call(a,c)&&r(b,c,a[c]);return b},D=(b,a)=>w(b,y(a));var E=(b=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(b,{get:(a,c)=>(typeof require<"u"?require:a)[c]}):b)(function(b){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+b+'" is not supported')});var F=(b,a)=>{var c={};for(var d in b)o.call(b,d)&&a.indexOf(d)<0&&(c[d]=b[d]);if(b!=null&&m)for(var d of m(b))a.indexOf(d)<0&&s.call(b,d)&&(c[d]=b[d]);return c};var G=(b,a)=>()=>(a||b((a={exports:{}}).exports,a),a.exports),H=(b,a)=>{for(var c in a)n(b,c,{get:a[c],enumerable:!0})},B=(b,a,c,d)=>{if(a&&typeof a=="object"||typeof a=="function")for(let e of z(a))!o.call(b,e)&&e!==c&&n(b,e,{get:()=>a[e],enumerable:!(d=x(a,e))||d.enumerable});return b};var I=(b,a,c)=>(c=b!=null?v(A(b)):{},B(a||!b||!b.__esModule?n(c,"default",{value:b,enumerable:!0}):c,b));var J=(b,a,c)=>new Promise((d,e)=>{var g=f=>{try{i(c.next(f))}catch(j){e(j)}},h=f=>{try{i(c.throw(f))}catch(j){e(j)}},i=f=>f.done?d(f.value):Promise.resolve(f.value).then(g,h);i((c=c.apply(b,a)).next())}),t=function(b,a){this[0]=b,this[1]=a},K=(b,a,c)=>{var d=(h,i,f,j)=>{try{var p=c[h](i),q=(i=p.value)instanceof t,u=p.done;Promise.resolve(q?i[0]:i).then(k=>q?d(h==="return"?h:"next",i[1]?{done:k.done,value:k.value}:k,f,j):f({value:k,done:u})).catch(k=>d("throw",k,f,j))}catch(k){j(k)}},e=h=>g[h]=i=>new Promise((f,j)=>d(h,i,f,j)),g={};return c=c.apply(b,a),g[l("asyncIterator")]=()=>g,e("next"),e("throw"),e("return"),g},L=b=>{var a=b[l("asyncIterator")],c=!1,d,e={};return a==null?(a=b[l("iterator")](),d=g=>e[g]=h=>a[g](h)):(a=a.call(b),d=g=>e[g]=h=>{if(c){if(c=!1,g==="throw")throw h;return h}return c=!0,{done:!1,value:new t(new Promise(i=>{var f=a[g](h);if(!(f instanceof Object))throw TypeError("Object expected");i(f)}),1)}}),e[l("iterator")]=()=>e,d("next"),"throw"in a?d("throw"):e.throw=g=>{throw g},"return"in a&&d("return"),e};export{C as a,D as b,E as c,F as d,G as e,H as f,I as g,J as h,t as i,K as j,L as k};
2 changes: 2 additions & 0 deletions docs/server/chunk-WNZXCRU6.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './polyfills.server.mjs';
import{F as c,G as p,I as a,c as s,ca as f,d as i,i as r,sa as m}from"./chunk-ENIMPOUU.mjs";import"./chunk-VVCT4QZE.mjs";var d=(()=>{let t=class t{};t.\u0275fac=function(e){return new(e||t)},t.\u0275cmp=s({type:t,selectors:[["lib-tic-tac-toe"]],decls:2,vars:0,template:function(e,y){e&1&&(c(0,"p"),a(1," tic-tac-toe works! "),p())}});let o=t;return o})();var h=[{path:"",component:d,pathMatch:"full"}],u=(()=>{let t=class t{};t.\u0275fac=function(e){return new(e||t)},t.\u0275mod=i({type:t}),t.\u0275inj=r({imports:[m.forChild(h),m]});let o=t;return o})();var w=(()=>{let t=class t{};t.\u0275fac=function(e){return new(e||t)},t.\u0275mod=i({type:t}),t.\u0275inj=r({imports:[f,u]});let o=t;return o})();export{w as TicTacToeModule};
10 changes: 10 additions & 0 deletions docs/server/chunk-ZV36UPBP.mjs

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/server/index.server.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Khangai's Personal Projects</title>
<base href="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles-5INURTSO.css"><link rel="modulepreload" href="chunk-RCZITCWS.js"></head>
<body>
<app-root></app-root>
<script src="polyfills-RT5I6R6G.js" type="module"></script><script src="main-GO367QVZ.js" type="module"></script></body>
</html>
2 changes: 2 additions & 0 deletions docs/server/main.server.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './polyfills.server.mjs';
import{a}from"./chunk-Q3W5RYEK.mjs";import"./chunk-ZV36UPBP.mjs";import"./chunk-ENIMPOUU.mjs";import"./chunk-VVCT4QZE.mjs";export{a as default};
12 changes: 12 additions & 0 deletions docs/server/polyfills.server.mjs

Large diffs are not rendered by default.

Loading

0 comments on commit 9532c52

Please sign in to comment.