Dev Team Notes

Test Project

https://sygnal-site-engine.webflow.io/

https://webflow.com/dashboard/sites/sygnal-site-engine/code

HEAD

<!-- Site engine -->
<script 
  src="http://127.0.0.1:3000/dist/index.js" 
  test-src="http://127.0.0.1:3000/dist/index.js"
  dev-src="http://127.0.0.1:3000/dist/index.js"
  ></script>

https://www.npmjs.com/package/@sygnal/sse
npm install @sygnal/sse

package.json

  "dependencies": {
    "@sygnal/sse": "^0.1.0",
    "js-cookie": "^3.0.5"
  }

Last updated