Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Sep 4, 2024
1 parent 25346ac commit 5a3204c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions apps/spotlight/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import { getGithubRepository } from './src/lib/github';

const githubRepository = await getGithubRepository(process.env);

console.log('import.meta.env', JSON.stringify(import.meta.env));
console.log('process.env', JSON.stringify(process.env));

// https://astro.build/config
export default defineConfig({
base: addTrailingSlash(process.env.BASEURL || ''),
Expand Down
2 changes: 1 addition & 1 deletion apps/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"astro": "astro",
"build": "BASEURL=${BASEURL} astro build",
"build": "astro build",
"clean": "rimraf dist tsconfig.tsbuildinfo coverage",
"dev": "astro dev",
"preview": "astro preview"
Expand Down

0 comments on commit 5a3204c

Please sign in to comment.