feat(frontend,API): Add PUT operations, integrate API, add first from engine
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
export default defineNuxtConfig({
|
||||
modules: ['@nuxt/ui-pro', '@nuxt/eslint'],
|
||||
css: ['~/assets/css/main.css'],
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
clientProxyBasePath: 'NOT_SET',
|
||||
serverApiBaseUrl: 'NOT_SET',
|
||||
serverApiBasePath: 'NOT_SET'
|
||||
}
|
||||
},
|
||||
components: [
|
||||
{
|
||||
path: '~/components',
|
||||
pathPrefix: false
|
||||
}
|
||||
],
|
||||
typescript: {
|
||||
typeCheck: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user