Add paskia-js to Python build; update build-frontend to use fastapi-vue utils for JS_RUNTIME that also can be set via env now. Fix paskia-js compatibility issue with deno, now works with all three runtimes.

This commit is contained in:
2026-01-29 21:33:09 +00:00
parent be7a9e7f00
commit 5e12dcba76
2 changed files with 27 additions and 24 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import { resolve } from 'path'
import { resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
import dts from 'vite-plugin-dts'
const __dirname = fileURLToPath(new URL('.', import.meta.url))
export default defineConfig({
plugins: [dts({ rollupTypes: true })],
build: {