Skip to content

Any success with setup lando with vite, default frontend framework for laravel ? #24

Open
@robert-abram

Description

@robert-abram

I'v tried everything, and any of this working my latest config

  node:
    type: node:16
    ssl: true
    scanner: false
    ports:
      - 3009:3009
    build:
      - npm install
    overrides:
      ports:
        - 3009 # Not sure if we need this

and vite.config.js

server: {
		host:true,
		hmr: {
			host: 'vite.lndo.site',
			clientPort: '80',
		},
		port: 3009
	},

Then i run lando npm run dev, to start vite server, but without success

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions