chore: New js transpiler for dev and for production

The old system weren't minifying javascriptt to assets dir.
Now there is a command line for production (build) and dev (build:dev).
This commit is contained in:
kbe
2025-08-18 00:13:25 +02:00
parent ad97a36650
commit 2927a8344f
5 changed files with 212 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
import { Controller } from "@hotwired/stimulus"
import React from "react"
import { createRoot } from "react-dom/client"
import { Button } from "@/components/ui/button"
import { Button } from "@/components/button"
// Connects to data-controller="shadcn-test"
export default class extends Controller {