chat-with-gpt/craco.config.js

5 lines
89 B
JavaScript

const cracoWasm = require("craco-wasm");
module.exports = {
plugins: [cracoWasm()]
}