2024-07-15 02:19:27 +02:00
|
|
|
// Entry point for the build script in your package.json
|
|
|
|
|
import "@hotwired/turbo-rails"
|
|
|
|
|
import "./controllers"
|
|
|
|
|
import * as bootstrap from "bootstrap"
|
2024-07-19 02:29:18 +02:00
|
|
|
|
|
|
|
|
import "trix"
|
|
|
|
|
import "@rails/actiontext"
|
2024-09-05 22:54:38 +02:00
|
|
|
|
2024-10-28 00:12:40 +01:00
|
|
|
Trix.config.blockAttributes.default.tagName = 'p';
|