Skip to content

Commit

Permalink
rename vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 19, 2024
1 parent 9ed098a commit 7d1a3c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/vite-react/bb.edn
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{:tasks
{dev:squint (shell "npx squint watch")
dev:vite (shell "npx vite --config=viteconfig.js public")
dev:vite (shell "npx vite --config=vite.config.js public")
-dev {:depends [dev:squint dev:vite]}
dev (run '-dev {:parallel true})

test:watch:squint (shell "npx squint watch --paths src test --output-dir public/test")
test:watch:vite (shell "npx vitest --config=viteconfig.js")
test:watch:vite (shell "npx vitest --config=vite.config.js")
-test:watch {:depends [test:watch:squint test:watch:vite]}
test:watch (run '-test:watch {:parallel true})

build:squint (shell "npx squint compile")
build:vite (shell "npx vite --config viteconfig.js build public")
build:vite (shell "npx vite --config vite.config.js build public")
build {:depends [build:squint build:vite]}}}
File renamed without changes.

0 comments on commit 7d1a3c7

Please sign in to comment.