mirror of
				https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
				synced 2025-11-04 10:47:13 +00:00 
			
		
		
		
	asd
This commit is contained in:
		@@ -11,3 +11,4 @@ node_modules
 | 
			
		||||
pnpm-lock.yaml
 | 
			
		||||
package-lock.json
 | 
			
		||||
yarn.lock
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,3 +13,4 @@ module.exports = {
 | 
			
		||||
		node: true
 | 
			
		||||
	}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -8,3 +8,4 @@ node_modules
 | 
			
		||||
!.env.example
 | 
			
		||||
vite.config.js.timestamp-*
 | 
			
		||||
vite.config.ts.timestamp-*
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -11,3 +11,4 @@ node_modules
 | 
			
		||||
pnpm-lock.yaml
 | 
			
		||||
package-lock.json
 | 
			
		||||
yarn.lock
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,3 +7,4 @@
 | 
			
		||||
	"pluginSearchDirs": ["."],
 | 
			
		||||
	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -36,3 +36,4 @@ npm run build
 | 
			
		||||
You can preview the production build with `npm run preview`.
 | 
			
		||||
 | 
			
		||||
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -1,4 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
	
 | 
			
		||||
	"name": "myapp",
 | 
			
		||||
	"version": "0.0.1",
 | 
			
		||||
	"lockfileVersion": 2,
 | 
			
		||||
 
 | 
			
		||||
@@ -34,3 +34,5 @@
 | 
			
		||||
		"react-icons": "^4.8.0"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,3 +8,5 @@ const config = {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default config;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -4,3 +4,4 @@ export default {
 | 
			
		||||
    autoprefixer: {},
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -10,3 +10,4 @@
 | 
			
		||||
		<div style="display: contents">%sveltekit.body%</div>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,3 +5,4 @@ describe('sum test', () => {
 | 
			
		||||
		expect(1 + 2).toBe(3);
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -27,3 +27,5 @@
 | 
			
		||||
2. decide font
 | 
			
		||||
3. work on padding and Margins
 | 
			
		||||
 -->
 | 
			
		||||
 | 
			
		||||
<!-- Path: Fishie-Honesty-UI\src\routes\+page.svelte -->
 | 
			
		||||
@@ -13,3 +13,4 @@ const config = {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default config;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,3 +7,4 @@ export default {
 | 
			
		||||
  plugins: [require('daisyui')],
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -4,3 +4,4 @@ test('index page has expected h1', async ({ page }) => {
 | 
			
		||||
	await page.goto('/');
 | 
			
		||||
	await expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,3 +7,4 @@ export default defineConfig({
 | 
			
		||||
		include: ['src/**/*.{test,spec}.{js,ts}']
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user