@zenithbuild/core 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -252,7 +252,7 @@ export async function dev(options: DevOptions = {}): Promise<void> {
252
252
  */
253
253
  async function generateDevHTML(page: CompiledPage): Promise<string> {
254
254
  // Single neutral injection point
255
- const runtimeTag = `<script src="/runtime.js"></script>`
255
+ const runtimeTag = `<script type="module" src="/runtime.js"></script>`
256
256
  const scriptTag = `<script type="module">\n${page.script}\n</script>`
257
257
  const allScripts = `${runtimeTag}\n${scriptTag}`
258
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenithbuild/core",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Core library for the Zenith framework",
5
5
  "license": "MIT",
6
6
  "type": "module",