Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh: full-stack preview app enhancements #317

Merged

Conversation

tamssokari
Copy link
Contributor

@tamssokari tamssokari commented Aug 28, 2024

This PR does the following:

  • refactors a variable name in the deploy-preview workflow
  • updates sst to the latest stable release
  • modifies deploy-preview workflow to use latest stable release
  • remove redundant default_app directory

it is created to fix the issue @ayinloya flagged re: using this in CI.

so far, from the base branch, it is not clear what the issue is.
my current assumption is that the issue is adding the full-stack preview URL in a github comment. @ayinloya is that the case?

ayinloya
ayinloya previously approved these changes Aug 28, 2024
Copy link
Collaborator

@ayinloya ayinloya left a comment

Choose a reason for hiding this comment

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

LGTM

import { Resource } from 'sst';
import products from '~/data/products.json';

declare global {
interface Window {
SmileIdentity: Function;
SmileIdentity: function;
Copy link
Collaborator

@ayinloya ayinloya Aug 28, 2024

Choose a reason for hiding this comment

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

Suggested change
SmileIdentity: function;
SmileIdentity: Function;

@ayinloya ayinloya dismissed their stale review August 28, 2024 21:58

found a type error

@ayinloya ayinloya merged commit 95124d6 into smileidentity:preview-app Sep 5, 2024
8 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants