correção de erro

This commit is contained in:
Luiz Silva 2025-07-17 15:14:14 -03:00
parent 071010e8d1
commit 41b1ebb60c
2 changed files with 7 additions and 3 deletions

View file

@ -4,12 +4,15 @@ import cors from "@fastify/cors"
import fastifyStatc from "@fastify/static"
import dayjs from "dayjs"
import Fastify from "fastify"
import type React from "react"
import React from "react"
import { renderToStaticMarkup } from "react-dom/server"
import { estaticos } from "../src"
import { ambiente } from "./ambiente"
import { gerar } from "./listar_arquivos"
// gambi para fazer funcionar
React
const { PORTA, PREFIXO } = ambiente
const _iframe = String(Math.random())