Skip to content

Commit

Permalink
Move to non-monorepo architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Oct 23, 2024
1 parent 2958fb7 commit 13837a8
Show file tree
Hide file tree
Showing 52 changed files with 1,286 additions and 727 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ yarn-error.log
*.tsbuildinfo

.DS_Store

tsconfig.vitest-temp.json
dist
.astro
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions website/astro.config.js → astro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import { defineConfig } from 'astro/config'
// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
outDir: './dist-website',
publicDir: './website/public',
srcDir: './website/src',
})
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default [
{
settings: {
tailwindcss: {
config: 'website/tailwind.config.cjs',
whitelist: [
'scrollbar',
'scrollbar-(thumb-.+|track-.+)',
Expand Down
Loading

0 comments on commit 13837a8

Please sign in to comment.