Skip to content

Commit

Permalink
added public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
learkonas committed Oct 1, 2023
1 parent 4817187 commit 84f292c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const express = require('express');
const {readFileSync} = require('fs');
const handlebars = require('handlebars');
const { Configuration, OpenAIApi } = require("openai");
require('dotenv').config() // see https://github.com/motdotla/dotenv
require('dotenv').config()
// gcloud run deploy --source . (this line including the . will deploy successfully)
var bodyParser = require('body-parser')

Expand Down

1 comment on commit 84f292c

@vercel
Copy link

@vercel vercel bot commented on 84f292c Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dosie-9172 – ./

dosie-9172.vercel.app
dosie-9172-learkonas.vercel.app
dosie-9172-git-master-learkonas.vercel.app

Please sign in to comment.