This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable */ | |
/// <reference path="./.sst/platform/config.d.ts" /> | |
export default $config({ | |
app(input) { | |
return { | |
name: "booqyy", | |
removal: input?.stage === "production" ? "retain" : "remove", | |
home: "aws", | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <reference path="./.sst/platform/config.d.ts" /> | |
const { exec } = require('child_process'); | |
import { db } from 'drizzle'; | |
import ZSchema from './zero-schema.json' | |
import { execSync } from 'child_process'; | |
import fs from 'fs'; | |
// This deploys a Angular/Ionic/Capacitor app | |
// API On Same Domain as WebApp |