diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 3f8c5b1..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Test workflow on self-hosted runner for node version 16 - -name: Deploy - -on: - push: - branches: [master] - workflow_dispatch: - -jobs: - build: - runs-on: self-hosted - - steps: - - name: Use Node.js 16.x - uses: actions/setup-node@v4 - with: - node-version: 16.x - - uses: actions/checkout@v4 # on the runner, check out this code on - - run: touch test.txt - - run: echo hello > test.txt - - run: echo $(node --version) >> test.txt - # - run: yarn - # - run: yarn build - # - run: pm2 reload flamingo # reloads on the DigitalOcean droplet - env: - CI: true diff --git a/public/build/asset-manifest.json b/public/build/asset-manifest.json index b6e852b..0eecab3 100644 --- a/public/build/asset-manifest.json +++ b/public/build/asset-manifest.json @@ -1,16 +1,16 @@ { "files": { "main.css": "./static/css/main.971125b2.css", - "main.js": "./static/js/main.5f8798f2.js", + "main.js": "./static/js/main.8085bf52.js", "static/js/453.77bdf135.chunk.js": "./static/js/453.77bdf135.chunk.js", "index.html": "./index.html", "static/media/Wordbank.txt": "./static/media/Wordbank.82ad2602c14456da29f8.txt", "main.971125b2.css.map": "./static/css/main.971125b2.css.map", - "main.5f8798f2.js.map": "./static/js/main.5f8798f2.js.map", + "main.8085bf52.js.map": "./static/js/main.8085bf52.js.map", "453.77bdf135.chunk.js.map": "./static/js/453.77bdf135.chunk.js.map" }, "entrypoints": [ "static/css/main.971125b2.css", - "static/js/main.5f8798f2.js" + "static/js/main.8085bf52.js" ] } \ No newline at end of file diff --git a/public/build/index.html b/public/build/index.html index 1918ecf..76cc00f 100644 --- a/public/build/index.html +++ b/public/build/index.html @@ -1 +1 @@ -{TODO: insert website title here}
\ No newline at end of file +{TODO: insert website title here}
\ No newline at end of file diff --git a/public/build/static/js/main.5f8798f2.js b/public/build/static/js/main.5f8798f2.js deleted file mode 100644 index d6faa1a..0000000 --- a/public/build/static/js/main.5f8798f2.js +++ /dev/null @@ -1,19 +0,0 @@ -/*! For license information please see main.5f8798f2.js.LICENSE.txt */ -(()=>{var e={219:(e,t,n)=>{"use strict";var r=n(763),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},l={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},i={};function u(e){return r.isMemo(e)?o:i[e.$$typeof]||a}i[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i[r.Memo]=o;var s=Object.defineProperty,c=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!==typeof n){if(h){var a=p(n);a&&a!==h&&e(t,a,r)}var o=c(n);f&&(o=o.concat(f(n)));for(var i=u(t),m=u(n),g=0;g{"use strict";var n="function"===typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,a=n?Symbol.for("react.portal"):60106,l=n?Symbol.for("react.fragment"):60107,o=n?Symbol.for("react.strict_mode"):60108,i=n?Symbol.for("react.profiler"):60114,u=n?Symbol.for("react.provider"):60109,s=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,f=n?Symbol.for("react.concurrent_mode"):60111,d=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,m=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,w=n?Symbol.for("react.scope"):60119;function k(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case f:case l:case i:case o:case p:return e;default:switch(e=e&&e.$$typeof){case s:case d:case g:case m:case u:return e;default:return t}}case a:return t}}}function S(e){return k(e)===f}t.AsyncMode=c,t.ConcurrentMode=f,t.ContextConsumer=s,t.ContextProvider=u,t.Element=r,t.ForwardRef=d,t.Fragment=l,t.Lazy=g,t.Memo=m,t.Portal=a,t.Profiler=i,t.StrictMode=o,t.Suspense=p,t.isAsyncMode=function(e){return S(e)||k(e)===c},t.isConcurrentMode=S,t.isContextConsumer=function(e){return k(e)===s},t.isContextProvider=function(e){return k(e)===u},t.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return k(e)===d},t.isFragment=function(e){return k(e)===l},t.isLazy=function(e){return k(e)===g},t.isMemo=function(e){return k(e)===m},t.isPortal=function(e){return k(e)===a},t.isProfiler=function(e){return k(e)===i},t.isStrictMode=function(e){return k(e)===o},t.isSuspense=function(e){return k(e)===p},t.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===l||e===f||e===i||e===o||e===p||e===h||"object"===typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===m||e.$$typeof===u||e.$$typeof===s||e.$$typeof===d||e.$$typeof===y||e.$$typeof===b||e.$$typeof===w||e.$$typeof===v)},t.typeOf=k},763:(e,t,n)=>{"use strict";e.exports=n(983)},123:e=>{"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(a){return!1}}()?Object.assign:function(e,a){for(var l,o,i=function(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),u=1;u{"use strict";var r=n(43),a=n(123),l=n(853);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n