Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vite local issue #6

Closed
jonlepage opened this issue May 5, 2022 · 4 comments
Closed

vite local issue #6

jonlepage opened this issue May 5, 2022 · 4 comments

Comments

@jonlepage
Copy link

thanks
your probably install vite globaly so you have no error !.
But for local instal your should change nodedemon configu like this.

{
  "watch": [
    "src",
    "utils",
    "vite.config.ts"
  ],
  "ext": "tsx,css,html,ts",
  "ignore": [
    "src/**/*.spec.ts"
  ],
  "exec": "node_modules/.bin/vite build"
}
@github-actions
Copy link

github-actions bot commented May 5, 2022

Thank you for your contribution. We will check and reply to you as soon as possible.

@Jonghakseo
Copy link
Owner

I applied it with the commit below.

Thanks for your contribution!

Repository owner deleted a comment from allcontributors bot Oct 15, 2023
@Jonghakseo
Copy link
Owner

@all-contributors please add @djmisterjon for bug

@allcontributors
Copy link
Contributor

@Jonghakseo

I've put up a pull request to add @djmisterjon! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants