5 Commits

Author SHA1 Message Date
darius cb4ce4188e Amogus cleanup
CI / build (pull_request) Successful in 12s
CI / lint (pull_request) Successful in 10s
CI / create-and-publish-docker-image (pull_request) Successful in 14s
CI / build (push) Successful in 12s
CI / lint (push) Successful in 9s
CI / create-and-publish-docker-image (push) Successful in 12s
2025-09-01 20:24:19 +02:00
darius 53db7e795c Bad collision 2025-09-01 20:24:19 +02:00
arif 3606f9b043 restart firefox after pull 2025-09-01 20:24:19 +02:00
darius 5da900c1c3 Enhance Amogus 2025-09-01 20:24:19 +02:00
arif 8653365af1 rename github folder
CI / build (push) Successful in 13s
CI / lint (push) Successful in 9s
CI / create-and-publish-docker-image (push) Successful in 14s
2025-08-31 23:55:45 +02:00
+2 -1
View File
@@ -1,9 +1,10 @@
import path from "node:path";
import react from "@vitejs/plugin-react-swc";
import { defineConfig } from "vite";
import mkcert from "vite-plugin-mkcert";
export default defineConfig({
plugins: [react()],
plugins: [react(), mkcert()],
resolve: {
alias: {
"@": path.resolve(__dirname, "src"),