Skip to content

next dev with purs? #8

Open
Open
@jamesdbrock

Description

@jamesdbrock

The package.json created by this template looks like this.

  "scripts": {
    "dev": "next dev",
    "build": "npm run build:spago && npm run build:next",
    "build:spago": "spago build",
    "build:next": "next build",

So I can build the project in one step: npm run build.

But when I run npm run dev, the next.js watcher doesn't rebuild my .purs files when necessary. Is there a way to configure next dev to rebuild the .purs files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions