add flake and move to npm
This commit is contained in:
12
devbox.json
12
devbox.json
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"packages": ["deno@latest"],
|
||||
"packages": ["nodejs@latest"],
|
||||
"shell": {
|
||||
"init_hook": ["echo 'Welcome to router-dash dev environment!'"],
|
||||
"scripts": {
|
||||
"dev": "deno task dev",
|
||||
"build": "deno task build",
|
||||
"check": "deno task check",
|
||||
"lint": "deno task lint",
|
||||
"format": "deno task format"
|
||||
"dev": "npm run dev",
|
||||
"build": "npm run build",
|
||||
"check": "npm run check",
|
||||
"lint": "npm run lint",
|
||||
"format": "npm run format"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user