run
run copied to clipboard
The Marko application framework
The docs for installing the Netlify adapter had the install of the static adapter.
 Deploying to Netlify using the Netlify adapter. This error appears on a page that has a +middleware to fetch data from an external API. The error only appears when...
## What's happening A script tag with a relative`src` path like `` gets compiled into `` **NOTE:** That **does not** happen with absolute paths: `/js/script.js` or full URLs ## Expected...
https://github.com/Jack5079/marko-slug-bug ``` path here be $ ``` Results in ``` dist ├── $ │ └── index.html ├── 404 │ └── index.html ├── path │ └── index.html └── index.html ``` But...
Currently meta files `+meta.json` needs to exist per `+page.marko`. We can't cascade the same meta file for an entire sub-tree of routes at once. Such a capability could be quite...
Fix issue where invalid syntax was causing syntax highlighting to break in some examples.
Let's say I want to fetch products from the database. that's the old way: ``` import express from "express"; import markoPlugin from "@marko/express"; import template from "./template.marko"; const app =...
Currently when you add two files that match the same path, the only way to get rid of the error is to restart the dev server.
If I add a tsconfig.json, I need to put roughly the following in it: ```json { "compilerOptions": { "strict": true, "lib": ["DOM", "DOM.Iterable", "ES6"], "esModuleInterop": true, "resolveJsonModule": true }, "exclude":...
- Changesets - CI