add esbuild

This commit is contained in:
rebuilt 2021-10-15 15:50:14 +02:00
parent bc8adec408
commit 1808c00b01
10 changed files with 138 additions and 0 deletions

2
Procfile.dev Normal file
View file

@ -0,0 +1,2 @@
web: bin/rails server -p 3000
js: yarn build --watch