Skip to content

Commit

Permalink
Basic game working
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Nov 21, 2023
1 parent a242bfd commit fd2f0e7
Show file tree
Hide file tree
Showing 12 changed files with 675 additions and 137 deletions.
8 changes: 6 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { defineConfig } from 'astro/config'
import { defineConfig } from 'astro/config';

import solidJs from "@astrojs/solid-js";

// https://astro.build/config
export default defineConfig({})
export default defineConfig({
integrations: [solidJs()]
});
Loading

0 comments on commit fd2f0e7

Please sign in to comment.