correção de erro
This commit is contained in:
parent
071010e8d1
commit
41b1ebb60c
2 changed files with 7 additions and 3 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue